You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This action is meant to be triggered when your workflow has failed. It asks for
11
11
|`ghToken`| A token to use GitHub API. You can get one by creating a personal access token in your GitHub account| ✅ |
12
12
|`failureDescription`| A description of the failure. Recommended to include the commit that triggered the workflow or any other data you can find in the payload of the action| ✅ |
13
13
|`user`| The user who made the commit that triggered the workflow. For example: `'${{ github.event.workflow_run.actor.name }}'`| ✅ |
14
+
|`pr`| The number of the PR to update with the rhyme ||
0 commit comments