Skip to content

Commit

Permalink
releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger committed Jul 25, 2023
1 parent 385ab5e commit 13e9c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Configure Git
run: |
git config user.name "${{ github.event.commits.author.name }}"
git config user.email "${{ github.event.commits.author.email }}"
git config user.name "${{ github.actor }}"
git config user.email "info@sredevops.cl"
- name: Install Helm
uses: azure/setup-helm@v3

Expand Down

0 comments on commit 13e9c5e

Please sign in to comment.