Skip to content

Commit

Permalink
Update create-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Grainger authored Sep 11, 2024
1 parent aaee447 commit 4df3b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: peterjgrainger/action-create-branch@master
- uses: peterjgrainger/action-create-branch@3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'release-notes'
branch: 'some-other-branch'

0 comments on commit 4df3b22

Please # to comment.