casperdcl/Push Dir
Cleanly push directory contents to a branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2022
- License
- None
Pinned Snippet
uses: casperdcl/push-dir@e351785b3b8a4e27e0aa9cb9bbc9d32a74de036c # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| message | Commit message | yes | — |
| branch | Branch to push to | yes | — |
| name | Git committer name | no | github-actions[bot] |
| Git committer email | no | 41898282+github-actions[bot]@users.noreply.github.com | |
| dir | Directory to push | no | . |
| force | Set to "true" to force push | no | — |
| history | Set to "false" to discard any prior commits on the `branch` (Note: "false" will override `force` to "true") | no | true |
| cname | Text to inject into a `CNAME` file | no | "" |
| nojekyll | Set to "true" to add a `.nojekyll` file | no | — |
Outputs
no outputs