acj/Create Branch from Working Copy

Creates a branch from files that have been modified

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 21, 2020
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: acj/action-branch-from-working-copy@51c49e83baafcdb41333f66d112d06039604436a # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
branch_nameNew branch nameyes
commit_messageCommit messageyes
commit_author_nameName of the commit authoryes
commit_author_emailEmail address of the commit authoryes
repository_pathFilesystem path to the repository, relative to $GITHUB_WORKSPACE.
fail_if_branch_existsWhether the action should fail if the given branch already existstrue
namedescription
branch_name_already_existsWhether branch_name already exists in the repository