Skip to content

Commit 8ae90f9

Browse files
authored
Update trigger workflow to use course.yaml (#13)
1 parent 6120a7c commit 8ae90f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
curl -X POST \
1919
-H "Accept: application/vnd.github.v3+json" \
2020
-H "Authorization: token $GITHUB_TOKEN" \
21-
https://api.github.com/repos/HITSZ-OpenAuto/hoa-moe/actions/workflows/course-single.yaml/dispatches \
21+
https://api.github.com/repos/HITSZ-OpenAuto/hoa-moe/actions/workflows/course.yaml/dispatches \
2222
-d '{"ref":"main","inputs": {"repo_name": "'"${REPO_NAME}"'"}}'

0 commit comments

Comments
 (0)