Skip to content

Commit

Permalink
fix commit author for action build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 19, 2022
1 parent 1a3998c commit fca861e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply dist/index.js changes
commit_user_name: 'github-actions[bot]'
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'

0 comments on commit fca861e

Please sign in to comment.