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 }} +