chrisgavin/Build JavaScript Action Action
A GitHub Action for building transpiled JavaScript GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub access token for the current repository. | yes | ${{ github.token }} |
| github-repository | The name of the current repository. | yes | ${{ github.repository }} |
| bootstrap-command | The command to run to build the production version of the project. | yes | npm run bootstrap |
| commit-author-name | The author name of the commit with the built code. | yes | GitHub Actions |
| commit-author-email | The author email address of the commit with the built code. | yes | github-actions[bot]@users.noreply.github.com |
| commit-message | A commit message for committing the built code. | yes | Build the code. |
| tag | The tag to release. | yes | — |
Outputs
no outputs