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