We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ff8c7 commit a816e40Copy full SHA for a816e40
1 file changed
.github/workflows/default.yml
@@ -56,6 +56,14 @@ jobs:
56
echo "string=${{ inputs.string || 'goodbye' }}" >> $GITHUB_OUTPUT
57
echo "optional=${{ inputs.optional }}" >> $GITHUB_OUTPUT
58
59
+ fail:
60
+ runs-on: ubuntu-latest
61
+ steps:
62
+ - name: Fail
63
+ run: |
64
+ echo "This is a failure"
65
+ exit 1
66
+
67
# call_worker:
68
# needs: context
69
# uses: ./.github/workflows/worker.yml
0 commit comments