Actualiser action.yaml

This commit is contained in:
2025-04-14 13:32:39 +02:00
parent fe538cf02e
commit 4fcd9343be

View File

@@ -43,7 +43,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"
@@ -55,11 +55,11 @@ runs:
shell: bash
run: |
source "${{ github.action_path }}/../bashlib.sh"
step "Registry login is set to -${{ inputs.registry_login }}-"
debug "Registry login is set to -${{ inputs.registry_login }}-"
- name: Log into the registry
if: ${{ inputs.registry_login == true }}
if: ${{ inputs.registry_login == 'true' }}
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main
with:
registry_command: ${{ inputs.push_command }}