Skip to content

Commit

Permalink
URL には $API_TOKEN_GITHUB を使っていたので再代入
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Sep 17, 2021
1 parent f589ccd commit 1e4fcb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dt="hello
CLONE_DIR=$(mktemp -d)

echo "Setting git variables"
export GITHUB_TOKEN=${API_TOKEN_GITHUB//$'\n'}
export API_TOKEN_GITHUB=${API_TOKEN_GITHUB//$'\n'}
export GITHUB_TOKEN=$API_TOKEN_GITHUB
git config --global user.email "$INPUT_USER_EMAIL"
git config --global user.name "$INPUT_USER_NAME"

Expand Down

0 comments on commit 1e4fcb4

Please sign in to comment.