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:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
clean: 'true'
|
||||||
|
ref: 'main'
|
||||||
|
|
||||||
- name: Create a New Branch and Link to Issue
|
- name: Create a New Branch and Link to Issue
|
||||||
uses: ./
|
uses: ./
|
||||||
Loading…
x
Reference in New Issue
Block a user