fix: set the default user to be the email and name of the GHA bot

This commit is contained in:
Wheeler Law 2023-02-10 13:11:21 -06:00
parent 391a18894a
commit fef3d2916f

View file

@ -20,7 +20,7 @@ inputs:
description: >
The committer name and email address in the format `Display Name <email@address.com>`.
Defaults to the GitHub Actions bot user.
default: 'GitHub <noreply@github.com>'
default: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
author:
description: >
The author name and email address in the format `Display Name <email@address.com>`.