fix small git bug in new test release workflow
This commit is contained in:
@@ -27,10 +27,6 @@ jobs:
|
|||||||
repository: truecharts/catalog
|
repository: truecharts/catalog
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
path: catalog
|
path: catalog
|
||||||
- name: Configure Git
|
|
||||||
run: |
|
|
||||||
git config user.name "TrueCharts-Bot"
|
|
||||||
git config user.email "bot@truecharts.org"
|
|
||||||
- name: Remove if release already exists
|
- name: Remove if release already exists
|
||||||
run: |
|
run: |
|
||||||
for chart in master/test/*; do
|
for chart in master/test/*; do
|
||||||
@@ -58,6 +54,8 @@ jobs:
|
|||||||
done
|
done
|
||||||
- name: Commit and Push new App releases
|
- name: Commit and Push new App releases
|
||||||
run: |
|
run: |
|
||||||
|
git config user.name "TrueCharts-Bot"
|
||||||
|
git config user.email "bot@truecharts.org"
|
||||||
cd catalog
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user