We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sha
1 parent 1a8eb16 commit 1a08f34Copy full SHA for 1a08f34
README.md
@@ -1,13 +1,17 @@
1
# Create Branch GitHub Action
2
3
-This action creates a new branch with the same commit reference as the branch it is being ran on.
+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.
4
5
## Inputs
6
7
### `branch`
8
9
**Optional** The name of the branch to create. Default `"release-candidate"`.
10
11
+### `sha`
12
+
13
+**Optional** The SHA1 value for the branch reference.
14
15
## Example usage
16
17
```
0 commit comments