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
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,35 @@ This action accepts an input string `skipOnCommitMsg` which will be used to chec
10
10
If yes the output `shouldExecute` will be set to `false`. `true` otherwise. For full input / output list and other configurations check [`action.yml`](./action.yml).
11
11
12
12
## Example GitHub Workflow definition
13
-
This example shows how to setup two dependant jobs, the second will only be executed if the output from `checkExecution` job is `false`.
13
+
14
+
This example shows how to set up two dependant jobs, the second will only be executed if the output from `checkExecution` job is `true`.
0 commit comments