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

Commit 37e70a1

Browse files
authored
Update npm-update-package.yml
1 parent 8bec373 commit 37e70a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
with:
1313
node-version: '12.20.2'
1414
- run: |
15-
git config user.name $GIT_USER_NAME
16-
git config user.email $GIT_USER_EMAIL
17-
npx npm-update-package --github-token $GITHUB_TOKEN
15+
npx npm-update-package \
16+
--github-token $GITHUB_TOKEN \
17+
--git-user-name $GIT_USER_NAME \
18+
--git-user-email $GIT_USER_EMAIL
1819
env:
1920
GIT_USER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
2021
GIT_USER_NAME: github-actions[bot]

0 commit comments

Comments
 (0)