fix: typo

[skip changelog]
This commit is contained in:
Constrat
2024-12-27 16:44:02 +01:00
parent 038ea7f39f
commit 533ac145f1

View File

@@ -48,7 +48,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout ref (if provided)
if: ${{ inputs.ref }} != ''
if: inputs.ref != ''
run: |
git checkout --progress --recurse-submodules ${{ inputs.ref }}