Update test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-24 12:38:54 +01:00 committed by GitHub
parent 92366a32f4
commit 298863825b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@ jobs:
git config user.email "bot@truecharts.org"
pwd
ls -la
git add catalog.json
git commit -m "Commit catalog.json"
git add catalog.json || echo "Adding catalog.json failed"
git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed"
git push -f origin staging:main