generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -75,3 +75,12 @@ runs:
|
|||||||
check_command: start
|
check_command: start
|
||||||
check_message: 'Starting job for image ${{ inputs.image_name }}'
|
check_message: 'Starting job for image ${{ inputs.image_name }}'
|
||||||
debug: ${{ inputs.debug }}
|
debug: ${{ inputs.debug }}
|
||||||
|
|
||||||
|
- name: Checkout and get version
|
||||||
|
id: get_version
|
||||||
|
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/software-version@main
|
||||||
|
with:
|
||||||
|
git_checkout: true
|
||||||
|
version_file: ${{ inputs.version_file }}
|
||||||
|
debug: ${{ inputs.debug }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user