ert78gb/Automatically Rebuild package-lock.json
A GitHub action to automatically rebuild / update package-lock.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| node-version | "node-version" argument of https://github.com/actions/setup-node | — | — |
| node-version-file | "node-version-file" argument of https://github.com/actions/setup-node | — | .nvmrc |
| commit-message | The message to use when committing changes. It will be the title of the PR too | — | fix: rebuild package-lock.json to upgrade transient dependencies |
Outputs
no outputs