Actualiser action.yaml

This commit is contained in:
2025-04-14 14:07:51 +02:00
parent ff6c5f10a6
commit f0505ac90c

View File

@@ -31,7 +31,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"