fix missing branch name

Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
Philippe Leprince 2025-05-09 17:47:57 +02:00
parent 17fbd5228c
commit 18c0299bfb

View file

@ -39,10 +39,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ inputs.branch_name }}
- name: Checkout ${{ inputs.branch_name || 'main' }}
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch_name }}
ref: ${{ inputs.branch_name || 'main' }}
fetch-depth: 0
submodules: true