fix copy-paste bug in new release workflow
This commit is contained in:
@@ -54,9 +54,9 @@ jobs:
|
|||||||
done
|
done
|
||||||
- name: Commit and Push new App releases
|
- name: Commit and Push new App releases
|
||||||
run: |
|
run: |
|
||||||
|
cd catalog
|
||||||
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"
|
||||||
cd catalog
|
|
||||||
git add --all
|
git add --all
|
||||||
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
git commit -sm "Commit new App releases for TrueCharts" || exit 0
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user