Skip to content

Commit

Permalink
feat: /build command status fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed May 16, 2024
1 parent 1f6a5c7 commit 26586ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/slash-build-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ jobs:
- name: Add reaction +1
id: add_reaction_1
if: ${{ steps.trigger_build.outcome == 'success' }}
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.comment.id }}
reactions: "+1"

- name: Add reaction -1
id: add_reaction_2
if: failure() && ${{ steps.trigger_build.outcome == 'failure' || steps.check_args.outcome == 'failure' }}
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ github.event.comment.id }}
reactions: "-1"
reactions: "+1"

0 comments on commit 26586ce

Please sign in to comment.