diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index cdad9f2..7b2b530 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -22,7 +22,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: | - gh run cancel $GITHUB_REPOSITORY_ID + gh run cancel $GITHUB_REPOSITORY_OWNER_ID #curl -L -X POST -H "Authorization: token $GH_TOKEN" -X POST "https://api.github.com/repos/Zelooooo/OS/actions/runs/$GITHUB_RUN_NUMBER/cancel"