Skip to content

Commit

Permalink
ci: fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 20, 2024
1 parent dd59ab5 commit c94014c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schedule-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: 'Report status'
if: steps.find-artifact.outputs.exists == 'false'
shell: bash
env:
IMAGE: ${{ matrix.image }}
#language=bash
run: |
echo "Workflow 'build-$IMAGE' is not scheduled to run." >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit c94014c

Please sign in to comment.