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

View file

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