Skip to content

Commit

Permalink
get keys
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Feb 26, 2025
1 parent 953b221 commit c693da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_caching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
echo "The current date is"
echo $now
# Created at: 2025-02-26T15:34:32.637437Z
declare -a dates=$(gh cache list --sort created_at --limit 100 --json createdAt -q .
[].createdAt)
declare -a dates=$(gh cache list --sort created_at --limit 100 --json createdAt -q [.
[].createdAt | keys])
echo "The dates are:"
echo $dates
for theDate in $dates; do
Expand Down

0 comments on commit c693da8

Please sign in to comment.