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 8cb8a43 commit 7edafa3Copy full SHA for 7edafa3
.github/workflows/test-negative.yml
@@ -63,16 +63,16 @@ jobs:
63
issue-number: ${{ fromJSON(steps.action.outputs.result).comments[0].pull_request }}
64
body-includes: ${{ needs.create-release.outputs.tag }}
65
66
- - name: Succeed if comment was not found
67
- if: ${{ always() && steps.fc.outputs.comment-id == 0 }}
68
- run: |
69
- exit 0
70
-
71
- name: Fail if comment was found
72
if: ${{ always() && steps.fc.outputs.comment-id != 0 }}
73
run: |
74
exit 1
75
+ - name: Succeed if comment was not found
+ if: ${{ always() && steps.fc.outputs.comment-id == 0 }}
+ run: |
+ exit 0
+
76
teardown:
77
runs-on: ubuntu-latest
78
needs: [create-release, assert]
0 commit comments