This commit is contained in:
CreepyCrafter24 2019-12-20 16:24:57 +01:00
commit fa231bfce3

View File

@ -76,7 +76,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git remote add origin https://JFronny:${{ secrets.GIST }}@gist.github.com/JFronny/f1ccbba3d8a2f5862592bb29fdb612c4
git add .
git commit -m "Add changes" -a
git push -u origin master
echo "All done"