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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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"