- Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Thank you for this useful library!
I ran into a small issue while building a workflow using this library.
Describe the Issue
Even if I specify confused for the failure_reaction option, I actually get a -1 reaction.
Action Configuration
name: "Deploy on Pull Request Comment"on: issue_comment: types: [created]permissions: pull-requests: writeissues: writecontents: readchecks: readactions: writejobs: comment-deploy: runs-on: ubuntu-lateststeps: - uses: github/command@v2id: pr-commentwith: command: ".deploy-dev"allow_drafts: trueskip_ci: trueskip_reviews: truesuccess_reaction: rocketfailure_reaction: confused # does not workRelevant Actions Log Output
No response
Extra Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working