Skip to content

Commit

Permalink
Configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
goomens committed Mar 18, 2024
1 parent 83a4e77 commit 072a207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/checkout@v4
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
Expand Down

0 comments on commit 072a207

Please sign in to comment.