From 15b3f101e116848497668034e9faf4df69eab0eb Mon Sep 17 00:00:00 2001 From: corey Date: Tue, 9 Jan 2024 20:42:39 -0600 Subject: [PATCH] WiP: Publishing Checks --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 946db411..b6d37594 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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' }} @@ -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