johnnybenson/Package.json Version Updated Action
Check if package.json version is updated in the current commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Get this from secrets.GITHUB_TOKEN | yes | — |
| PACKAGE_JSON_PATH | The path to the package.json | no | package.json |
Outputs
| name | description |
|---|---|
| has-updated | True if package.json version has been updated |
| version | Current package.json version |
| previous-version | Previous package.json version |