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

Commit

Permalink
Use main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Nov 20, 2023
1 parent e0bcc45 commit 2581dc6
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 @@ -18,7 +18,8 @@ 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 master:$remote_branch >/dev/null 2>&1 &&
git push --force $remote_repo main:$remote_branch >/dev/null 2>&1 &&
rm -fr .git &&
cd ../
echo $remote_repo
echo '👍 GREAT SUCCESS!'

0 comments on commit 2581dc6

Please sign in to comment.