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 6663062 commit 359658cCopy full SHA for 359658c
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
if: always()
66
shell: bash -l {0}
67
run: |
68
+ echo "${{ success() }} vs ${{ failure() }}"
69
echo "STATUS=0" >> $GITHUB_ENV
70
- name: detect unexpected failures
71
if: |
0 commit comments