fix: specify 'main' as default ref and enable clean checkout in branch creation workflow

This commit is contained in:
Mandresy RABENJAHARISON 2025-09-29 17:21:18 +03:00
parent 1b936d8431
commit c43a4473ee

View File

@ -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: ./