Skip to content

Commit b73c185

Browse files
pmcmawekohl
andauthored
Update .github/workflows/auto_release.yml
updating user email Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
1 parent 76905ca commit b73c185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Commit changes"
5252
if: ${{ github.repository_owner == 'puppetlabs' }}
5353
run: |
54-
git config --local user.email "action@github.com"
54+
git config --local user.email "${{ github.repository_owner }}@users.noreply.github.com"
5555
git config --local user.name "GitHub Action"
5656
git add .
5757
git commit -m "Release prep v${{ steps.gv.outputs.ver }}"

0 commit comments

Comments
 (0)