Skip to content

Commit

Permalink
ci: fix missing environment var in scheduled builds
Browse files Browse the repository at this point in the history
remove reference to a removed environment variable. as the workflow runs on the current repo, it shouldn't be needed.
  • Loading branch information
FreekVR committed Oct 21, 2024
1 parent 5876d3b commit f47fe53
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 f47fe53

Please sign in to comment.