Skip to content

Commit

Permalink
Fixed name of main branch of create-issue-branch.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Lange <[email protected]>
  • Loading branch information
ralph-lange authored Nov 21, 2022
1 parent de90daf commit 346394c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_issue_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@master
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 346394c

Please sign in to comment.