jarrettmeyer/Package Values

Gets commit and package values for your Node project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 30, 2021
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: jarrettmeyer/github-action-package-values@4d98e372a87b0c0e1ad4ece44288b099461964f3 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathThe directory for your package.json file.no.
namedescription
commit_shaThe commit sha, e.g. `ecca45978ef4d50f5b7042f898ddc383f89b6ead`
commit_sha_shortThe short commit sha, e.g. `ecca459`
commit_authorThe commit author, e.g. `Jarrett Meyer <meyer_jarrett@lilly.com>`
commit_dateThe commit date, e.g. `Tue Mar 30 05:28:25 2021 -0400`
commit_timestampThe commit date as UNIX timestamp, e.g. `1617096505000`
package_nameThe `package.json` name, e.g. `github-action-package-values`
package_versionThe `package.json` version, e.g. `1.0.0`