We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6120a7c commit 8ae90f9Copy full SHA for 8ae90f9
.github/workflows/trigger-workflow.yml
@@ -18,5 +18,5 @@ jobs:
18
curl -X POST \
19
-H "Accept: application/vnd.github.v3+json" \
20
-H "Authorization: token $GITHUB_TOKEN" \
21
- https://api.github.com/repos/HITSZ-OpenAuto/hoa-moe/actions/workflows/course-single.yaml/dispatches \
+ https://api.github.com/repos/HITSZ-OpenAuto/hoa-moe/actions/workflows/course.yaml/dispatches \
22
-d '{"ref":"main","inputs": {"repo_name": "'"${REPO_NAME}"'"}}'
0 commit comments