Update README

This commit is contained in:
Stefan Zweifel 2020-02-04 21:27:15 +01:00
parent 0822a9b930
commit 3c60dc19b2

View File

@ -32,6 +32,7 @@ Add the following step at the end of your job.
# Optional commit user settings # Optional commit user settings
commit_user_name: My GitHub Actions Bot commit_user_name: My GitHub Actions Bot
commit_user_email: my-github-actions-bot@example.org commit_user_email: my-github-actions-bot@example.org
commit_author: Author <actions@gitub.com>
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}