Skip to content

Commit 0af8355

Browse files
committed
fix(ci): git config before helm commit
Signed-off-by: Fatih Acar <[email protected]>
1 parent 19bb796 commit 0af8355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-compose-file-and-chart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ jobs:
8686
if: steps.release.outputs.is_prerelease == 0 && steps.release.outputs.is_devrelease == 0
8787
working-directory: helm
8888
run: |
89+
git config --global user.name "opsmill-bot"
90+
git config --global user.email "[email protected]"
8991
git commit -a -m 'chore: bump appVersion'
9092
git push

0 commit comments

Comments
 (0)