mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-05 09:39:54 +02:00
Fix shellcheck errors
This commit is contained in:
parent
7c7ab7c49e
commit
2522d07a5f
2 changed files with 4 additions and 4 deletions
|
@ -8,4 +8,4 @@ if [ -z "$prefix" ]; then
|
|||
fi
|
||||
|
||||
mkdir test-cache
|
||||
echo "$prefix $GITHUB_RUN_ID" > test-cache/test-file.txt
|
||||
echo "$prefix $GITHUB_RUN_ID" >test-cache/test-file.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue