Skip to content

Commit

Permalink
Merge pull request #13 from gruntwork-io/eak12913-patch-1
Browse files Browse the repository at this point in the history
Fix folder permissions issue
  • Loading branch information
eak12913 authored Aug 1, 2023
2 parents 3c1c347 + b4417a9 commit 9b94db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ function comment {
function setup_git {
# Avoid git permissions warnings
git config --global --add safe.directory /github/workspace
# Also trust any subfolder within workspace
git config --global --add safe.directory /github/workspace/*
}

# Run INPUT_PRE_EXEC_* environment variables as Bash code
Expand Down

0 comments on commit 9b94db9

Please sign in to comment.