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