Skip to content

Commit

Permalink
WiP: Publishing Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jan 10, 2024
1 parent 2ecb0a8 commit 15b3f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'always'
do_not_skip: '[]'
- name: Check Concurrency
uses: actions/github-script@v7
if: ${{ steps.query-concurrency.outputs.should_skip == 'true' }}
Expand All @@ -82,7 +83,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const result = await octokit.rest.repos.getBranchProtection({
const result = await github.rest.repos.getBranchProtection({
owner: context.repo.owner,
repo: context.repo.repo,
branch: master
Expand Down

0 comments on commit 15b3f10

Please sign in to comment.