Skip to content

Commit 8c80b08

Browse files
committed
Fix options.
1 parent 708bcef commit 8c80b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120
run: |
121121
gh api repos/originlab/originlab.github.io/actions/runs/$GITHUB_RUN_ID/artifacts \
122122
-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/{}
123+
| xargs -I {} gh api --method DELETE repos/originlab/originlab.github.io/artifacts/{}

0 commit comments

Comments
 (0)