We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76905ca commit b73c185Copy full SHA for b73c185
.github/workflows/auto_release.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: "Commit changes"
52
if: ${{ github.repository_owner == 'puppetlabs' }}
53
run: |
54
- git config --local user.email "action@github.com"
+ git config --local user.email "${{ github.repository_owner }}@users.noreply.github.com"
55
git config --local user.name "GitHub Action"
56
git add .
57
git commit -m "Release prep v${{ steps.gv.outputs.ver }}"
0 commit comments