Skip to content

Commit 0407c08

Browse files
authored
Merge pull request #203 from openziti/fix-actions
configure git
2 parents e13bdee + 37fccbc commit 0407c08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.charts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
# done | sort -u
3333
# )
3434

35+
- name: Configure Git for Chart Releaser
36+
run: |
37+
git config user.name "$GITHUB_ACTOR"
38+
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
39+
3540
- name: Run chart-releaser
3641
uses: helm/chart-releaser-action@v1
3742
with:

0 commit comments

Comments
 (0)