Skip to content

Commit

Permalink
added some explanation about the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Grainger authored Nov 7, 2022
1 parent 98f5309 commit 9b788a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action creates a new branch with the same commit reference as the branch it

### `branch`

**Optional** The name of the branch to create. Default `"release-candidate"`.
**Optional** The name of the branch to create. Default `"release-candidate"`. If your branch conains forward slashes (`/`) use the full branch reference. Instead of `/long/branch/name` use `refs/heads/long/branch/name`. It's an issue with the GitHub API https://gist.github.com/jasonrudolph/10727108

### `sha`

Expand Down

0 comments on commit 9b788a6

Please sign in to comment.