Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Use github actions bot account as a commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 1, 2023
1 parent 9356dbd commit edd2a5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Expand Up @@ -21,6 +21,11 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: git setting
run: |
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
git config --local user.name 'github-actions[bot]'
shell: bash
# Referenced https://github.com/dprint/check/blob/2f1cf31537886c3bfb05591c031f7744e48ba8a1/action.yml#L16-L20
- name: Install dprint
shell: bash
Expand Down

0 comments on commit edd2a5a

Please sign in to comment.