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.
1 parent c2800a3 commit 98f5309Copy full SHA for 98f5309
README.md
@@ -21,9 +21,10 @@ Boolean value representing whether or not a new branch was created.
21
## Example usage
22
23
```
24
-uses: peterjgrainger/action-create-branch@v2.0.1
+uses: peterjgrainger/action-create-branch@v2.2.0
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
with:
28
branch: 'release-notes'
29
+ sha: '${{ github.event.pull_request.head.sha }}'
30
0 commit comments