Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Feb 26, 2025
1 parent 9d1e99d commit c6f97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_caching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh cache list --sort created_at --limit 100 --json
gh cache list --sort created_at --limit 100 --json createdAt
# gh actions-cache list --limit 100 | tail -n +5 | awk '{print $1}' | tr '\n' '\0' | xargs -0 -n1 gh actions-cache delete --confirm
# - name: Purge Caches
# # https://github.com/MyAlbum/purge-cache
Expand Down

0 comments on commit c6f97b1

Please sign in to comment.