We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f589ccd commit 1e4fcb4Copy full SHA for 1e4fcb4
entrypoint.sh
@@ -33,7 +33,8 @@ dt="hello
33
CLONE_DIR=$(mktemp -d)
34
35
echo "Setting git variables"
36
-export GITHUB_TOKEN=${API_TOKEN_GITHUB//$'\n'}
+export API_TOKEN_GITHUB=${API_TOKEN_GITHUB//$'\n'}
37
+export GITHUB_TOKEN=$API_TOKEN_GITHUB
38
git config --global user.email "$INPUT_USER_EMAIL"
39
git config --global user.name "$INPUT_USER_NAME"
40
0 commit comments