Skip to content

Commit df8872a

Browse files
committed
Fix email for generating docs artifacts workflow
1 parent e6673d9 commit df8872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
commit-message: "plugin/docs: update generated docs artifact cache"
3636
# The committer name and email address in the format Display Name <email@address.com>.
3737
# Defaults to GitHub, you may need to change this in cases where committers must sign a CLA.
38-
committer: "packer-ci <62970560+packer-ci@users.noreply.github.com"
38+
committer: "packer-ci <62970560+packer-ci@users.noreply.github.com>"
3939
# Comment out the author field if you would like to change the author of the pull-request.
4040
# Defaults to the name of the user who triggered the event - created the tag.
4141
# author: "Display Name <email@address.com>"

0 commit comments

Comments
 (0)