Skip to content

Commit 9b788a6

Browse files
author
Peter Grainger
authored
added some explanation about the branch name
1 parent 98f5309 commit 9b788a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action creates a new branch with the same commit reference as the branch it
66

77
### `branch`
88

9-
**Optional** The name of the branch to create. Default `"release-candidate"`.
9+
**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
1010

1111
### `sha`
1212

0 commit comments

Comments
 (0)