diff --git a/.github/actions/git-verify-ref/entrypoint.sh b/.github/actions/git-verify-ref/entrypoint.sh index fa79f83..c6eba43 100755 --- a/.github/actions/git-verify-ref/entrypoint.sh +++ b/.github/actions/git-verify-ref/entrypoint.sh @@ -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