From adc5417aaf8bb7e6f25a8ef580bd1b9f2159049e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 12:03:26 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index c88d3c3..8c71453 100644 --- a/action.yaml +++ b/action.yaml @@ -27,11 +27,13 @@ inputs: runs: using: 'composite' steps: + - name: Load bash library + uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main - name: Set debug mode if: ${{ inputs.debug == true }} shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" export DEBUG="ON" echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on @@ -39,7 +41,7 @@ runs: - name: Ping the server shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" check_command curl