Skip to content

Commit 5a4501b

Browse files
authored
update example in Readme
1 parent 8c572c3 commit 5a4501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Yarn Lock Changes
4242
uses: Simek/yarn-lock-changes@main
4343
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
4445
collapsibleThreshold: '25'
4546
failOnDowngrade: 'false'
4647
path: 'yarn.lock'
47-
token: ${{ secrets.GITHUB_TOKEN }}
4848
updateComment: 'true'
4949
```
5050

0 commit comments

Comments
 (0)