Remove useless line

This commit is contained in:
J. Fronny 2019-12-20 16:00:39 +01:00 committed by GitHub
parent 41229db92e
commit 4e7d10a712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"