mirror of
https://github.com/truecharts/catalog.git
synced 2026-02-03 06:03:17 +08:00
Update test.yaml
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user