From 02c1d98b606a344c2f2bf1fe4891e502a7216f17 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 13:26:54 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yaml b/action.yaml index a3e655d..9b61158 100644 --- a/action.yaml +++ b/action.yaml @@ -51,6 +51,13 @@ runs: echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on + - name: Debug registry_login + shell: bash + run: | + source "${{ github.action_path }}/../bashlib.sh" + debug "Registry login is set to -${{ inputs.registry_login }}-" + + - name: Log into the registry if: ${{ inputs.registry_login == true }} uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main