Skip to content

Commit

Permalink
README: Remove suggestion to set EMAIL environment variable
Browse files Browse the repository at this point in the history
It has no effect if GIT_AUTHOR_EMAIL is being processed correctly.
  • Loading branch information
dbnicholson committed Apr 30, 2024
1 parent f82612b commit 609991c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
# email sets "github-actions[bot]" as commit author, see https://github.community/t/github-actions-bot-email-address/17204/6
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: --update --never-fork $PATH_TO_MANIFEST # e.g. com.organization.myapp.json
Expand Down

0 comments on commit 609991c

Please sign in to comment.