Skip to content

Commit

Permalink
Update README.md with sha input
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebettridge authored and peterjgrainger committed Dec 22, 2021
1 parent 1a8eb16 commit 1a08f34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Create Branch GitHub Action

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.

## Inputs

### `branch`

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

### `sha`

**Optional** The SHA1 value for the branch reference.

## Example usage

```
Expand Down

0 comments on commit 1a08f34

Please sign in to comment.