Skip to content

Commit

Permalink
Update command.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Dec 15, 2024
1 parent 63be364 commit 92ba964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
consensus:
if: ${{ github.event.comment.author_association == 'COLLABORATOR' && contains(github.event.comment.body, '/consensus') }}
if: github.event.comment.author_association == 'COLLABORATOR' && github.event.comment.body == '/consensus'
uses: withstudiocms/automations/.github/workflows/discord-msg.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONSENSUS }}
Expand Down

0 comments on commit 92ba964

Please sign in to comment.