Skip to content

Commit

Permalink
use normal github config
Browse files Browse the repository at this point in the history
  • Loading branch information
drornir-velocity committed Jul 21, 2024
1 parent 7b91ce0 commit 1cdc2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Configure Git
run: |
git config user.name "techvelocity-ci"
git config user.email "techvelocity+ci@users.noreply.github.com"
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 1cdc2c0

Please sign in to comment.