Skip to content

Commit

Permalink
Fix wrong env field in demo doc (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rovast authored Aug 9, 2022
1 parent 211d162 commit ed54cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ pull request using another GitHub action. For example:
mode: fix
- name: Apply Changes
uses: EndBug/add-and-commit@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
author_name: License Bot
author_email: [email protected]
message: 'Automatic application of license header'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
> **Warning**: The exit code of fix mode is always 0 and can not be used to block CI
Expand Down

0 comments on commit ed54cef

Please sign in to comment.