Skip to content

Commit

Permalink
rename hook comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taishinaritomi committed Sep 13, 2023
1 parent 18a3135 commit 00cdcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: >-
github.event.issue.pull_request != '' &&
github.event.comment.body == 'release snapshot' &&
github.event.comment.body == ':snapshot_release' &&
github.event.comment.author_association == 'OWNER'
steps:
- id: "get-branch"
Expand Down

0 comments on commit 00cdcad

Please sign in to comment.