1
0
Fork 0
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:
BSKY 2020-03-21 10:57:58 +09:00
parent 7c7ab7c49e
commit 2522d07a5f
2 changed files with 4 additions and 4 deletions

View file

@ -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