Skip to content

Commit

Permalink
Update action.sh
Browse files Browse the repository at this point in the history
Change save.directory after git init
  • Loading branch information
migagi authored Jan 16, 2024
1 parent 8078b1c commit 9793fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ fi

# https://github.com/actions/checkout/issues/766
git config --global --add safe.directory "${PWD}"
#git config --global --add safe.directory /github/workspace/public

echo "Getting hash for base repository commit"
HASH=$(echo "${GITHUB_SHA}" | cut -c1-7)
Expand Down

0 comments on commit 9793fd8

Please sign in to comment.