mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Don't rely on $HOME
This commit is contained in:
parent
a41a712b61
commit
84f158b5e6
1 changed files with 1 additions and 1 deletions
2
.github/actions/git-verify-ref/entrypoint.sh
vendored
2
.github/actions/git-verify-ref/entrypoint.sh
vendored
|
@ -12,7 +12,7 @@ git_options="${*:3}"
|
|||
|
||||
|
||||
# GitHub Actions fix
|
||||
if [ "$HOME" == "/github/home/" ]; then
|
||||
if [ -e "/github/home/" ]; then
|
||||
cp -r /root/.gnupg /github/home/
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue