Skip to content

Commit

Permalink
update git config
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Jan 8, 2024
1 parent b9ad45d commit 961ec48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name "FiberBot"
git config user.email "fiberbot@users.noreply.github.com"
- name: Install Helm
uses: azure/[email protected]
- name: Run chart-releaser
Expand Down

0 comments on commit 961ec48

Please sign in to comment.