Skip to content

Commit

Permalink
fixup! Cleaning up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mliner committed Oct 21, 2024
1 parent ba2e65a commit 0d5c1fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
with:
Expand Down

0 comments on commit 0d5c1fc

Please sign in to comment.