Skip to content

Commit

Permalink
Merge pull request #22 from ZEISS/task/update-helm-release-action-git…
Browse files Browse the repository at this point in the history
…-config

Configure git for helm chart release action
  • Loading branch information
felixZdi authored Apr 11, 2024
2 parents 4e9b76e + bd80870 commit a1d56a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
with:
Expand Down

0 comments on commit a1d56a1

Please sign in to comment.