mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Remove git push echo
This commit is contained in:
parent
772f6a1bc6
commit
33ad51a5d1
2
.github/workflows/composer.yml
vendored
2
.github/workflows/composer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue