Use BotUser even more

This commit is contained in:
Kjeld Schouten-Lebbing 2021-03-12 21:19:56 +01:00 committed by kjeld Schouten-Lebbing
parent 8026b4323d
commit 4b48022a5e
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ jobs:
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
- name: Install Helm
uses: azure/setup-helm@v1