We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708bcef commit 8c80b08Copy full SHA for 8c80b08
1 file changed
.github/workflows/deploy.yml
@@ -120,4 +120,4 @@ jobs:
120
run: |
121
gh api repos/originlab/originlab.github.io/actions/runs/$GITHUB_RUN_ID/artifacts \
122
-q --arg target "run_id-${{ matrix.site }}" '.artifacts[] | select(.name == $target) | .id' \
123
- | xargs -I {} gh api -X DELETE repos/originlab/originlab.github.io/artifacts/{}
+ | xargs -I {} gh api --method DELETE repos/originlab/originlab.github.io/artifacts/{}
0 commit comments