Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tegorov authored and peterjgrainger committed Apr 28, 2022
1 parent c2800a3 commit 98f5309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ Boolean value representing whether or not a new branch was created.
## Example usage

```
uses: peterjgrainger/action-create-branch@v2.0.1
uses: peterjgrainger/action-create-branch@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'release-notes'
sha: '${{ github.event.pull_request.head.sha }}'
```

0 comments on commit 98f5309

Please sign in to comment.