chore: remove redundant safe-directory configuration
This has been resolved in the [checkout](https://github.com/actions/checkout/pull/770) action and would already be set by default.
This commit is contained in:
parent
dda7a419b6
commit
d403eb46ce
1
start.sh
1
start.sh
@ -24,6 +24,5 @@ fi
|
||||
cd ${INPUT_DIRECTORY}
|
||||
|
||||
remote_repo="${INPUT_GITHUB_URL_PROTOCOL}//${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${INPUT_GITHUB_URL}/${REPOSITORY}.git"
|
||||
git config --local --add safe.directory ${INPUT_DIRECTORY}
|
||||
|
||||
git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags $_FORCE_OPTION $_TAGS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user