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 <Z_pascal@yahoo.de> Co-authored-by: aleksandr.abroskin <aleksandr.abroskin@getmoss.com> Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com> Co-authored-by: Pascal Zimmermann <Z_pascal@yahoo.de>
This commit is contained in:
parent
a3fd843e49
commit
6defe3bd9f
2
start.sh
2
start.sh
@ -25,4 +25,6 @@ cd ${INPUT_DIRECTORY}
|
|||||||
|
|
||||||
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
|
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
|
||||||
|
|
||||||
|
git config --local --add safe.directory ${INPUT_DIRECTORY}
|
||||||
|
|
||||||
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
|
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user