Skip to content

Commit

Permalink
Merge pull request #222 from chizmw/fix-errant-space-in-repo-check
Browse files Browse the repository at this point in the history
Fix errant space in repo check
  • Loading branch information
chizmw authored Aug 27, 2023
2 parents 778efa4 + 642ea28 commit 07a9375
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/loud-zoos-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

fix: errant space in repo check preventing changeset release
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 07a9375

Please sign in to comment.