Skip to content

Commit 2c7a859

Browse files
authored
fix: default apt_cache option to apt_cache dir
1 parent 8c23644 commit 2c7a859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
apt_cache:
88
description: 'Location (directory) of the user-space apt cache.'
99
required: false
10-
default: '~/.apt'
10+
default: 'apt_cache'
1111
cvmfs_alien_cache:
1212
description: 'If set, use an alien cache at the given location.'
1313
required: false

0 commit comments

Comments
 (0)