Skip to content

Commit c028e51

Browse files
ci: get conclusion repos
1 parent ce8f795 commit c028e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
github-token: ${{ secrets.GH_TOKEN }}
2929

3030
- name: Create mattermost message
31-
if: ${{ steps.running-workflow.outputs.conclusion }} != 'success'
31+
if: steps.running-workflow.outputs.conclusion != 'success'
3232
run: |
3333
echo "Something happend on the lint of ${{ matrix.repo.name }} - ${{ steps.running-workflow.outputs.conclusion }}"

0 commit comments

Comments
 (0)