We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e7472 commit 66638c7Copy full SHA for 66638c7
.github/workflows/test_actions.yml
@@ -34,7 +34,7 @@ jobs:
34
project-directory: test-project
35
expected-version: 1.0.1
36
- name: Error if the previous step didn't fail
37
- if: steps.expected-failure.conclusion != 'failure'
+ if: steps.expected-failure.outcome != 'failure'
38
run: |
39
echo "::error title=Test Failure::The previous step did not fail as expected."
40
exit 1
0 commit comments