Skip to content

Commit

Permalink
ci: fix missing environment var in scheduled builds (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekVR authored Oct 30, 2024
1 parent 5876d3b commit 048be40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash
#language=bash
run: |
gh workflow run --repo "$REPOSITORY" "$WORKFLOW_NAME.yml"
gh workflow run "$WORKFLOW_NAME.yml"
echo "Job '$WORKFLOW_NAME' dispatched."
Expand Down

0 comments on commit 048be40

Please sign in to comment.