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 15b3f10 commit 6eb2c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6eb2c4e

Please sign in to comment.