mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 08:10:23 +08:00
fix small git bug in new test release workflow
This commit is contained in:
6
.github/workflows/apps.release.yaml
vendored
6
.github/workflows/apps.release.yaml
vendored
@@ -27,10 +27,6 @@ jobs:
|
||||
repository: truecharts/catalog
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
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
|
||||
run: |
|
||||
for chart in master/test/*; do
|
||||
@@ -58,6 +54,8 @@ jobs:
|
||||
done
|
||||
- name: Commit and Push new App releases
|
||||
run: |
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user