We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2f115 commit 1ee5be2Copy full SHA for 1ee5be2
action.yml
@@ -14,5 +14,5 @@ runs:
14
15
for prNumber in $mergedPRNumbers
16
do
17
- gh actions-cache list -B refs/pull/$prNumber/merge | cut -f 1 | xargs -I{} gh actions-cache delete --confirm {}
+ gh actions-cache list -L 100 -B refs/pull/$prNumber/merge | cut -f 1 | xargs -I{} gh actions-cache delete --confirm {}
18
done
0 commit comments