Skip to content

Commit 1ee5be2

Browse files
feat: list cache with max size of limit (#19)
1 parent 7a2f115 commit 1ee5be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414
1515
for prNumber in $mergedPRNumbers
1616
do
17-
gh actions-cache list -B refs/pull/$prNumber/merge | cut -f 1 | xargs -I{} gh actions-cache delete --confirm {}
17+
gh actions-cache list -L 100 -B refs/pull/$prNumber/merge | cut -f 1 | xargs -I{} gh actions-cache delete --confirm {}
1818
done

0 commit comments

Comments
 (0)