Update test.yaml

This commit is contained in:
Kjeld Schouten
2024-05-24 21:32:49 +02:00
committed by GitHub
parent d81609fbea
commit 08131a1fc5

View File

@@ -34,7 +34,7 @@ jobs:
- name: Merge staging into main
shell: bash
run: |
cd "/home/runner/work/catalog/catalog/"
cd "${PWD}"
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add catalog.json || echo "Adding catalog.json failed"