diff --git a/contributions.rb b/contributions.rb index 6f0b8dc..5527b1a 100644 --- a/contributions.rb +++ b/contributions.rb @@ -33,6 +33,7 @@ def run # git flow commit_message = ENV['INPUT_COMMIT_MESSAGE'] || 'Update README.md' + `git config --global --add safe.directory /github/workspace` `git config user.name #{git_username}` `git config user.email #{git_email}` status = `git status`