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 ce8f795 commit c028e51Copy full SHA for c028e51
.github/workflows/check-repos.yml
@@ -28,6 +28,6 @@ jobs:
28
github-token: ${{ secrets.GH_TOKEN }}
29
30
- name: Create mattermost message
31
- if: ${{ steps.running-workflow.outputs.conclusion }} != 'success'
+ if: steps.running-workflow.outputs.conclusion != 'success'
32
run: |
33
echo "Something happend on the lint of ${{ matrix.repo.name }} - ${{ steps.running-workflow.outputs.conclusion }}"
0 commit comments