Actualiser action.yaml

This commit is contained in:
2025-04-14 12:03:26 +02:00
parent 258b27d031
commit adc5417aaf

View File

@@ -27,11 +27,13 @@ inputs:
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- name: Load bash library
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"
export DEBUG="ON" export DEBUG="ON"
echo "DEBUG=ON" >> $GITEA_ENV echo "DEBUG=ON" >> $GITEA_ENV
debug Debug switch on debug Debug switch on
@@ -39,7 +41,7 @@ runs:
- name: Ping the server - name: Ping the server
shell: bash shell: bash
run: | run: |
source "${{ github.action_path }}/bashlib.sh" source "${{ github.action_path }}/../bashlib.sh"
check_command curl check_command curl