Update test.yaml

This commit is contained in:
Stavros Kois 2022-11-24 13:30:38 +02:00 committed by GitHub
parent 8b238f9a44
commit 91f32f14b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,12 +26,14 @@ jobs:
- name: catalog json generation
run: |
echo "Starting Catalog json Generation"
cd catalog/catalog
/usr/local/bin/catalog_update update --path "${PWD}"
- name: Merge staging into main
run: |
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
cd catalog/catalog
git add catalog.json
git commit -m "Commit catalog.json"
git push -f origin staging:main