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

Commit 0055d96

Browse files
authored
Update npm-update-package action (#4)
1 parent c3f118f commit 0055d96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
npx npm-update-package \
2222
--git-user-email 97396142+npm-update-package[bot]@users.noreply.github.com \
2323
--git-user-name npm-update-package[bot] \
24-
--github-token $GITHUB_TOKEN
24+
--github-token $GITHUB_TOKEN \
25+
--log-level debug
2526
env:
26-
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
27+
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)