fix copy-paste bug in new release workflow

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-05 17:59:22 +02:00
parent 45a2c157af
commit a63a03b2d7

View File

@@ -54,9 +54,9 @@ jobs:
done
- name: Commit and Push new App releases
run: |
cd catalog
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
cd catalog
git add --all
git commit -sm "Commit new App releases for TrueCharts" || exit 0
git push