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
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ GitHub does not update the status of a commit when running workflow and therefor
14
14
* token: Auth token used to add status commits
15
15
16
16
* required
17
-
* default: ${ github.token }
17
+
* default: "${ github.token }"
18
18
19
19
* name: The Name of the status check to add to the commit
20
20
* required
21
-
* default: GithubActions - ${GITHUB_WORKFLOW}
21
+
* default: "GithubActions - ${GITHUB_WORKFLOW}"
22
22
23
23
* status: Commit or job status, based on this the action will set the correct status in the commit: Accepted values are: `error`, `failure`, `pending`, `success` and `cancelled`.
24
24
@@ -31,7 +31,7 @@ GitHub does not update the status of a commit when running workflow and therefor
31
31
If the passed status is `error` it will set status commit `error`.
0 commit comments