Actualiser action.yaml

This commit is contained in:
2025-04-14 16:13:39 +02:00
parent 60e1cb228a
commit f7f497e654

View File

@@ -75,3 +75,12 @@ runs:
check_command: start
check_message: 'Starting job for image ${{ inputs.image_name }}'
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 }}