From 35e4564248923c9b77722c556812035606569148 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 15 Jun 2025 21:39:29 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43ba286..2ff32c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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