daiji256/Upload to orphan branch
Upload files to an orphan branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch name to create or overwrite. | yes | — |
| path | A file or directory or wildcard pattern that describes what to upload. | yes | — |
| committer-name | Name of the committer. | no | github-actions[bot] |
| committer-email | Email of the committer. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | Commit message. | no | "" |
| if-no-files-found | The desired behavior if no files are found using the provided path. Available Options: - ignore: Upload empty branch - error: Fail the action with an error message | no | ignore |
| overwrite | If true, overwrite branch with new files. If false, fail if branch already exists. | no | false |
| include-hidden-files | If true, include hidden files. If false, exclude hidden files. | no | false |
Outputs
no outputs