generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -30,7 +30,7 @@ runs:
|
||||
- name: Load bash library
|
||||
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main
|
||||
- name: Set debug mode
|
||||
if: ${{ inputs.debug == 'true' }}
|
||||
if: inputs.debug == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
source "${{ github.action_path }}/../bashlib.sh"
|
||||
@@ -39,7 +39,7 @@ runs:
|
||||
debug Debug switch on
|
||||
|
||||
- name: Checkout code
|
||||
if: ${{ inputs.git_checkout == 'true' }}
|
||||
if: inputs.git_checkout == 'true'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Retrieve the version
|
||||
|
||||
Reference in New Issue
Block a user