Skip to content

Commit

Permalink
Set github workspace as safe in git
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Feb 8, 2023
1 parent d9474d9 commit 5225e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ EOF
chmod 0600 ~/.gem/credentials
set -x

git config --global --add safe.directory "$(pwd)"

work_directory="${WORKDIR:-.}"
cd $work_directory

Expand Down

0 comments on commit 5225e84

Please sign in to comment.