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

Commit 9d4ae6c

Browse files
authored
Update npm-update-package action (#319)
1 parent 96766b0 commit 9d4ae6c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '16.11.1'
13+
node-version-file: '.nvmrc'
1414
- run: |
1515
npx npm-update-package \
16-
--github-token $GITHUB_TOKEN \
17-
--git-user-name $GIT_USER_NAME \
18-
--git-user-email $GIT_USER_EMAIL
16+
--git-user-email 97396142+npm-update-package[bot]@users.noreply.github.com \
17+
--git-user-name npm-update-package[bot] \
18+
--github-token $GITHUB_TOKEN
1919
env:
20-
GIT_USER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
21-
GIT_USER_NAME: github-actions[bot]
2220
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)