Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
faceleg committed Nov 20, 2023
1 parent 1a0a57c commit e0bcc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ cd build
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" &&
remote_branch="gh-pages" &&
git init &&
git config --global init.defaultBranch main &&
git config user.name "${GITHUB_ACTOR}" &&
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" &&
git add . &&

0 comments on commit e0bcc45

Please sign in to comment.