From 6eb2c4e28df8245810bf37f3f5e7eb71f2af41d0 Mon Sep 17 00:00:00 2001 From: corey Date: Tue, 9 Jan 2024 20:46:03 -0600 Subject: [PATCH] WiP: Publishing Checks --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6d37594..7ad06f8f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -86,7 +86,7 @@ jobs: const result = await github.rest.repos.getBranchProtection({ owner: context.repo.owner, repo: context.repo.repo, - branch: master + branch: 'master' }) console.log(result) console.log(result.lock_branch.enabled)