Skip to content

Commit 1a08f34

Browse files
lukebettridgepeterjgrainger
authored andcommitted
Update README.md with sha input
1 parent 1a8eb16 commit 1a08f34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Create Branch GitHub Action
22

3-
This action creates a new branch with the same commit reference as the branch it is being ran on.
3+
This action creates a new branch with the same commit reference as the branch it is being ran on, or your chosen reference when specified.
44

55
## Inputs
66

77
### `branch`
88

99
**Optional** The name of the branch to create. Default `"release-candidate"`.
1010

11+
### `sha`
12+
13+
**Optional** The SHA1 value for the branch reference.
14+
1115
## Example usage
1216

1317
```

0 commit comments

Comments
 (0)