Skip to content

Commit 196a023

Browse files
committed
change default for cache base yet again
1 parent 8344923 commit 196a023

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '21 6 * * *'
77

88
env:
9-
CVMFS_CACHE_BASE: ~/.cache/cvmfs-cache
9+
CVMFS_CACHE_BASE: ~/.cvmfs-cache
1010

1111
jobs:
1212
populate-cache:
@@ -318,4 +318,4 @@ jobs:
318318
if [ -d "${{ env.CVMFS_CACHE_BASE }}" ]; then
319319
sudo chmod -R a+rwX "${{ env.CVMFS_CACHE_BASE }}"
320320
sudo find "${{ env.CVMFS_CACHE_BASE }}" -type d -exec chmod a+rwx {} +
321-
fi
321+
fi

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ inputs:
4949
required: false
5050
default: ''
5151
cvmfs_cache_base:
52-
description: 'Location (directory) of the CernVM-FS cache. The cvmfs user must be able to traverse all parent directories and write this directory. When actions_cache is true and this is left empty, it defaults to $HOME/.cache/cvmfs-cache.'
52+
description: 'Location (directory) of the CernVM-FS cache. The cvmfs user must be able to traverse all parent directories and write this directory. When actions_cache is true and this is left empty, it defaults to $HOME/.cvmfs-cache.'
5353
required: false
5454
default: ''
5555
cvmfs_catalog_watermark:

0 commit comments

Comments
 (0)