jarrettmeyer/Package Values
Gets commit and package values for your Node project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 30, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: jarrettmeyer/github-action-package-values@4d98e372a87b0c0e1ad4ece44288b099461964f3 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The directory for your package.json file. | no | . |
Outputs
| name | description |
|---|---|
| commit_sha | The commit sha, e.g. `ecca45978ef4d50f5b7042f898ddc383f89b6ead` |
| commit_sha_short | The short commit sha, e.g. `ecca459` |
| commit_author | The commit author, e.g. `Jarrett Meyer <meyer_jarrett@lilly.com>` |
| commit_date | The commit date, e.g. `Tue Mar 30 05:28:25 2021 -0400` |
| commit_timestamp | The commit date as UNIX timestamp, e.g. `1617096505000` |
| package_name | The `package.json` name, e.g. `github-action-package-values` |
| package_version | The `package.json` version, e.g. `1.0.0` |