You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ inputs:
8
8
description: 'Location (directory) of the user-space apt cache.'
9
9
required: false
10
10
default: 'apt_cache'
11
+
apt_cache_full:
12
+
description: 'If set to yes, cache APT package lists in addition to .deb packages. This speeds up the action, but may require manual intervention to clear the cache when gh actions runner images are updated'
13
+
required: false
14
+
default: 'no'
11
15
cvmfs_alien_cache:
12
16
description: 'If set, use an alien cache at the given location.'
0 commit comments