Update test.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2022-11-24 18:13:11 +01:00 committed by GitHub
parent 5710fff591
commit 07ec99b24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ jobs:
cd "/home/runner/work/catalog/catalog/"
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
# git add catalog.json || echo "Adding catalog.json failed"
git status
git add catalog.json || echo "Adding catalog.json failed"
git commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed"
git push -f origin staging:main