Skip to content

Commit

Permalink
Merge pull request #6 from Jakuje/patch-4
Browse files Browse the repository at this point in the history
Fix unsafe repository error
  • Loading branch information
DO1JLR authored Jan 16, 2023
2 parents a73dadb + 1859bc7 commit 37dcd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ EOF
}

# make sure git is up to date
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
git submodule update --init --recursive
if [[ "${REQUIREMENTS}" == *.yml ]]
then
Expand Down

0 comments on commit 37dcd4e

Please sign in to comment.