Update test.yaml

This commit is contained in:
Stavros Kois 2023-11-17 10:43:37 +02:00 committed by GitHub
parent 4fb98e1a66
commit 8a7c7a51cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,5 +54,6 @@ 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 --all -m "Commit catalog.json" || echo "Commiting catalog.json failed"
git add **/app_versions.json || echo "Adding app_version.json files failed"
git commit --all -m "Commit app_versions.json and catalog.json" || echo "Commiting app_versions.json and catalog.json failed"
git push -f origin staging:main