Update build.yml

This commit is contained in:
2025-06-15 21:39:29 +09:00
committed by GitHub
parent 73143e0ce0
commit 35e4564248

View File

@@ -33,7 +33,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/$`{GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}/force-cancel"
"https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}/force-cancel"
exit 0
fi