Skip to content

Commit 98f5309

Browse files
tegorovpeterjgrainger
authored andcommitted
Update readme
1 parent c2800a3 commit 98f5309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Boolean value representing whether or not a new branch was created.
2121
## Example usage
2222

2323
```
24-
uses: peterjgrainger/action-create-branch@v2.0.1
24+
uses: peterjgrainger/action-create-branch@v2.2.0
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:
2828
branch: 'release-notes'
29+
sha: '${{ github.event.pull_request.head.sha }}'
2930
```

0 commit comments

Comments
 (0)