Update test.yaml
This commit is contained in:
parent
d81609fbea
commit
08131a1fc5
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Merge staging into main
|
- name: Merge staging into main
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd "/home/runner/work/catalog/catalog/"
|
cd "${PWD}"
|
||||||
git config user.name "TrueCharts-Bot"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "bot@truecharts.org"
|
git config user.email "bot@truecharts.org"
|
||||||
git add catalog.json || echo "Adding catalog.json failed"
|
git add catalog.json || echo "Adding catalog.json failed"
|
||||||
|
|
Loading…
Reference in New Issue