From f85caa5b6d60bd344cffc94f27cf830031b0a8f4 Mon Sep 17 00:00:00 2001 From: Eduardo Valdes Jr <1084551+emvaldes@users.noreply.github.com> Date: Mon, 14 Aug 2023 02:47:38 -0700 Subject: [PATCH] Update action.yaml --- action.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yaml b/action.yaml index a29b12b..e5e1cdb 100644 --- a/action.yaml +++ b/action.yaml @@ -222,10 +222,8 @@ runs: shell: bash run: | - ####-------------------------------------------------------------------- ## Enabling Debuger-mode: [[ ${{ inputs.debuger-mode }} == true ]] && set -x ; - ####-------------------------------------------------------------------- ####-------------------------------------------------------------------- completion="Skipping ...! " ; @@ -558,8 +556,3 @@ runs: ####-------------------------------------------------------------------- echo -e "\n${completion}\n" ; ####-------------------------------------------------------------------- - - ####-------------------------------------------------------------------- - ## Disabling Debuger-mode: - [[ ${{ inputs.debuger-mode }} == true ]] && set +x ; - ####--------------------------------------------------------------------