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 8c80b08 commit e2d2499Copy full SHA for e2d2499
1 file changed
.github/workflows/deploy.yml
@@ -119,5 +119,5 @@ jobs:
119
- name: Clean up
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' \
+ -q ".artifacts[] | select(.name == \"run_id-${{ matrix.site }}\") | .id" \
123
| xargs -I {} gh api --method DELETE repos/originlab/originlab.github.io/artifacts/{}
0 commit comments