Skip to content

Commit

Permalink
use techvelocity-ci in got config
Browse files Browse the repository at this point in the history
  • Loading branch information
drornir-velocity committed Jul 21, 2024
1 parent 0d5ae2e commit 6da6f98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix/VELO-72-*

jobs:
release:
Expand All @@ -14,10 +15,10 @@ 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: Configure Git
run: |
git config user.name "techvelocity-ci"
git config user.email "techvelocity+ci@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 6da6f98

Please sign in to comment.