Skip to content

Commit

Permalink
fix: errant space in repo check preventing changeset release
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Aug 27, 2023
1 parent 778efa4 commit 2ee6634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: read-all
jobs:
release:
# IMPORTANT: prevent this action from running on forks
if: github.repository == 'chizmw/botc-custom-script-json2pdf '
if: github.repository == 'chizmw/botc-custom-script-json2pdf'
permissions:
contents: write # to create release (changesets/action)
pull-requests: write # to create pull request (changesets/action)
Expand Down

0 comments on commit 2ee6634

Please sign in to comment.