From fe538cf02e635c1c9bb3a6e2811a46b206c91bf8 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 13:29:57 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9b61158..f775466 100644 --- a/action.yaml +++ b/action.yaml @@ -55,7 +55,7 @@ runs: shell: bash run: | source "${{ github.action_path }}/../bashlib.sh" - debug "Registry login is set to -${{ inputs.registry_login }}-" + step "Registry login is set to -${{ inputs.registry_login }}-" - name: Log into the registry