Update test.yaml

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

View File

@ -26,14 +26,16 @@ jobs:
- name: catalog json generation
run: |
echo "Starting Catalog json Generation"
cd catalog/catalog
pwd
ls -la
/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
pwd
ls -la
git add catalog.json
git commit -m "Commit catalog.json"
git push -f origin staging:main