*fix: Remove the user (#169)
*doc: Adjust the documentation *fix: Add empty line at the end of the file
This commit is contained in:
committed by
GitHub
parent
c361e2bb07
commit
df39337088
2
start.sh
2
start.sh
@ -43,7 +43,7 @@ cd ${INPUT_DIRECTORY}
|
||||
if ${INPUT_SSH}; then
|
||||
remote_repo="git@${INPUT_GITHUB_URL}:${REPOSITORY}.git"
|
||||
else
|
||||
remote_repo="${INPUT_GITHUB_URL_PROTOCOL}//${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@${INPUT_GITHUB_URL}/${REPOSITORY}.git"
|
||||
remote_repo="${INPUT_GITHUB_URL_PROTOCOL}//oauth2:${INPUT_GITHUB_TOKEN}@${INPUT_GITHUB_URL}/${REPOSITORY}.git"
|
||||
fi
|
||||
|
||||
git config --local --add safe.directory ${INPUT_DIRECTORY}
|
||||
|
Reference in New Issue
Block a user