fix: specify 'main' as default ref and enable clean checkout in branch creation workflow
This commit is contained in:
parent
1b936d8431
commit
c43a4473ee
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
clean: 'true'
|
||||
ref: 'main'
|
||||
|
||||
- name: Create a New Branch and Link to Issue
|
||||
uses: ./
|
||||
Loading…
x
Reference in New Issue
Block a user