Skip to content

Commit

Permalink
fix: pr cleanup action jq operation (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish authored Jan 31, 2024
1 parent ffcde13 commit b076871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
gh cache list --repo="${{ github.repository }}" \
--limit=2000 \
--json='key,id,ref' \
--jq='.[] | select(.ref == "refs/pull/${{ github.event.pull_request.number }}/merge")' \
--jq='.[] | select(.ref == "refs/pull/${{ github.event.pull_request.number }}/merge") | .id' \
| xargs --verbose --max-args=1 gh cache delete
clean-up-hosted-datasets:
Expand Down

0 comments on commit b076871

Please sign in to comment.