Update test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-24 13:16:52 +01:00 committed by GitHub
parent 52a462fc4c
commit 758550e60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ jobs:
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
# git add catalog.json || echo "Adding catalog.json failed"
# git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed"
git commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed"
git push -f origin staging:main