Update test.yaml
This commit is contained in:
parent
8b238f9a44
commit
91f32f14b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue