Skip to content

Commit

Permalink
ci: fix user_name
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 8, 2020
1 parent eb73e9c commit f3b165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
allow_empty_commit: true
# keep_files: true
# force_orphan: true
user_name: github-actions
user_name: 'github-actions[bot]'
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 }}
Expand Down

0 comments on commit f3b165f

Please sign in to comment.