acj/Create Branch from Working Copy
Creates a branch from files that have been modified
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 21, 2020
- License
- None
Pinned Snippet
uses: acj/action-branch-from-working-copy@51c49e83baafcdb41333f66d112d06039604436a # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch_name | New branch name | yes | — |
| commit_message | Commit message | yes | — |
| commit_author_name | Name of the commit author | yes | — |
| commit_author_email | Email address of the commit author | yes | — |
| repository_path | Filesystem path to the repository, relative to $GITHUB_WORKSPACE | — | . |
| fail_if_branch_exists | Whether the action should fail if the given branch already exists | — | true |
Outputs
| name | description |
|---|---|
| branch_name_already_exists | Whether branch_name already exists in the repository |