Skip to content

Commit

Permalink
Merge pull request #16 from gruntwork-io/bug/git-config-resolving
Browse files Browse the repository at this point in the history
Fixed setting of safe directories
  • Loading branch information
denis256 authored Aug 7, 2023
2 parents cb1fb27 + 4f110f8 commit 12b54ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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/*
git config --global --add safe.directory "*"
}

# Run INPUT_PRE_EXEC_* environment variables as Bash code
Expand Down

0 comments on commit 12b54ef

Please sign in to comment.