kategengler/Publish Built package to a branch
Build each commit and publish to a branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A GitHub token with write access to the repository contents | yes | — |
| working-directory | Directory in which to run the pack command | no | ./ |
| pack-command | Command to generate the package tarball | no | npm pack |
| branch | Branch name to push the contents to | no | dist |
| tmp-dir | Empty directory in which to unpack the package tarball; will be created if it does not exist | no | ./tmp/dist-action |
| commit-message | Commit message to use when pushing to the branch | no | Publish dist for ${{ github.sha }} |
| commit-user | Name of the user to use when committing to the branch | no | github-actions[bot] |
| commit-email | Email of the user to use when committing to the branch | no | github-actions[bot]@users.noreply.github.com |
| omit-scripts | Comma separated list of scripts to omit from package.json after packing, or "*" to omit everything | no | prepack,postpack |
Outputs
no outputs