Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xucian committed Nov 13, 2021
1 parent 08ac5ba commit fa67c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ runs:
# Storing current dir, as gsutil needs to be ran from it
prev_working_dir="$(pwd)"
gsutil_user_directory="~/.gsutil"
# Important to not use quotes
gsutil_user_directory="$HOME/.gsutil"
delete_gsutil_user_dir_after="false"
if [ ! -f "$gsutil_user_directory" ]; then
Expand Down

0 comments on commit fa67c19

Please sign in to comment.