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:
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