1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

try again

This commit is contained in:
Luke Ceddia 2018-11-02 00:10:59 +11:00
parent e6a932422e
commit 5c668cd827

View file

@ -5,7 +5,6 @@ git config --global user.name "Autobuild process"
git add --all internal/source/
git commit --message "Autobuild update [ci skip]"
git remote rm origin
echo $GH_TOKEN
git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git
git push origin HEAD:master