We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa111e commit f1e6f8aCopy full SHA for f1e6f8a
.github/workflows/example-workflow.yml
@@ -64,6 +64,7 @@ jobs:
64
id: not-bypass
65
run: |
66
echo "::error ::Action not skipped, needs.check-bypass.outputs.can-skip is ${{ needs.check-bypass.outputs.can-skip }}"
67
+ exit 1
68
69
test-action-bypass:
70
needs: check-bypass
@@ -74,4 +75,6 @@ jobs:
74
75
steps:
76
- name: Action Skipped
77
id: bypass
- run: echo "::error ::Action skipped"
78
+ run: |
79
+ echo "::error ::Action skipped"
80
0 commit comments