Skip to content

Commit 6defe3b

Browse files
abroskinaleksandr-abroskin-getmossad-mPascal Zimmermann
authored
Added workaround as suggested by the git itself (#112)
* Added workaround as suggested by the git itself * Update start.sh Co-authored-by: Pascal Zimmermann <[email protected]> Co-authored-by: aleksandr.abroskin <[email protected]> Co-authored-by: Adam Dobrawy <[email protected]> Co-authored-by: Pascal Zimmermann <[email protected]>
1 parent a3fd843 commit 6defe3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ cd ${INPUT_DIRECTORY}
2525

2626
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
2727

28+
git config --local --add safe.directory ${INPUT_DIRECTORY}
29+
2830
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;

0 commit comments

Comments
 (0)