Skip to content

Commit

Permalink
ci: fix ci-img workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Dec 14, 2023
1 parent 8dc7799 commit c7222f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
run: |
gh workflow run push.yml \
gh workflow run push.yaml \
--field upstream_job="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
--field upstream_repository=dependency-file-generator \
--repo rapidsai/ci-imgs \
Expand Down

0 comments on commit c7222f4

Please sign in to comment.