fix copy-paste bug in new release workflow
This commit is contained in:
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user