Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit dcc8383

Browse files
authored
Remove --reviewers option
1 parent 5b61451 commit dcc8383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-update-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
- run: |
1515
git config user.name $GIT_USER_NAME
1616
git config user.email $GIT_USER_EMAIL
17-
npx npm-update-package --github-token $GITHUB_TOKEN --reviewers $REVIEWERS
17+
npx npm-update-package --github-token $GITHUB_TOKEN
1818
env:
1919
GIT_USER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
2020
GIT_USER_NAME: github-actions[bot]
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
REVIEWERS: munierujp

0 commit comments

Comments
 (0)