Actualiser action.yaml

This commit is contained in:
2025-04-14 15:38:12 +02:00
parent 884edebd14
commit 59d25af287

View File

@@ -30,7 +30,7 @@ runs:
- name: Load bash library
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
- name: Set debug mode
if: ${{ inputs.debug == 'true' }}
if: inputs.debug == 'true'
shell: bash
run: |
source "${{ github.action_path }}/../bashlib.sh"
@@ -39,7 +39,7 @@ runs:
debug Debug switch on
- name: Checkout code
if: ${{ inputs.git_checkout == 'true' }}
if: inputs.git_checkout == 'true'
uses: actions/checkout@v4
- name: Retrieve the version