Actualiser action.yaml

This commit is contained in:
2025-04-14 14:59:48 +02:00
parent 5cbe7f4ea1
commit 7cbcd27a53

View File

@@ -30,7 +30,7 @@ runs:
- name: Load bash library - name: Load bash library
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
- name: Set debug mode - name: Set debug mode
if: ${{ inputs.debug == 'true' }} if: inputs.debug == 'true'
shell: bash shell: bash
run: | run: |
source "${{ github.action_path }}/../bashlib.sh" source "${{ github.action_path }}/../bashlib.sh"