From f7f497e654b563fecfb5a66741cca72e5d995e4f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:13:39 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/action.yaml b/action.yaml index fc24ae9..0930d3f 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }} +