Skip to content

Commit

Permalink
Replace "Github" with "GitHub"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit authored and peterjgrainger committed Jun 17, 2020
1 parent c14402c commit 42a20b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create Branch Github Action
# Create Branch GitHub Action

This action creates a new branch with the same commit reference as the branch it is being ran on.

Expand All @@ -12,7 +12,7 @@ This action creates a new branch with the same commit reference as the branch it

```
uses: peterjgrainger/[email protected]
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'release-notes'
Expand Down

0 comments on commit 42a20b3

Please sign in to comment.