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

Commit

Permalink
Some more debug information, changed push command
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Nov 20, 2023
1 parent 8b91920 commit 1744123
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITO
git add . &&
echo -n 'Files to Commit:' && ls -l | wc -l &&
git commit -m 'action build' >/dev/null 2>&1 &&
git push --force $remote_repo main:$remote_branch >/dev/null 2>&1 &&
rm -fr .git &&
# git push --force $remote_repo main:$remote_branch >/dev/null 2>&1 &&
git push --force $remote_repo main:$remote_branch >/dev/null
rm -fr .git &&
cd ../

echo " git push --force $remote_repo $remote_branch >/dev/null 2>&1 &&"
Expand Down

0 comments on commit 1744123

Please sign in to comment.