Skip to content

Commit

Permalink
ci: Add GitHub Actions bot as committer
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 8, 2020
1 parent 81884ef commit 80c8fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
allow_empty_commit: true
# keep_files: true
# force_orphan: true
# user_name: iris
# user_email: email@peaceiris.com
user_name: GitHub Actions
user_email: 'github-actions[bot]@users.noreply.github.com'
# commit_message: ${{ github.event.head_commit.message }}
# tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
# tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
Expand Down

0 comments on commit 80c8fe5

Please sign in to comment.