Actualiser action.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user