Skip to content

Commit

Permalink
Merge pull request #3 from jeffreytse/patch-1
Browse files Browse the repository at this point in the history
perf: revise actor variable
  • Loading branch information
datapolitical authored Oct 6, 2021
2 parents 2653cd9 + c9107c5 commit bebc6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ touch .nojekyll
[ -n "$INPUT_CNAME" ] && echo "$INPUT_CNAME" > CNAME

echo "Deploying to ${REPOSITORY} on branch ${BRANCH}"
echo "Deploying to https://${TOKEN}@github.com/${REPOSITORY}.git"
echo "Deploying to https://${ACTOR}:${TOKEN}@github.com/${REPOSITORY}.git"

REMOTE_REPO="https://${GITHUB_ACTOR}:${TOKEN}@github.com/${REPOSITORY}.git" && \
REMOTE_REPO="https://${ACTOR}:${TOKEN}@github.com/${REPOSITORY}.git" && \
git init && \
git config user.name "${ACTOR}" && \
git config user.email "${ACTOR}@users.noreply.github.com" && \
Expand Down

0 comments on commit bebc6a2

Please sign in to comment.