Remove git push echo

This commit is contained in:
alistair3149 2020-01-06 15:16:51 -05:00
parent 772f6a1bc6
commit 33ad51a5d1
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -40,7 +40,7 @@ jobs:
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git add .
git commit -am "Github CI lint" || echo "No changes to commit"
git push || echo "No changes to push"
git push
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md