Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaldes authored Aug 14, 2023
1 parent a90f810 commit f85caa5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,8 @@ runs:
shell: bash
run: |
####--------------------------------------------------------------------
## Enabling Debuger-mode:
[[ ${{ inputs.debuger-mode }} == true ]] && set -x ;
####--------------------------------------------------------------------
####--------------------------------------------------------------------
completion="Skipping ...! " ;
Expand Down Expand Up @@ -558,8 +556,3 @@ runs:
####--------------------------------------------------------------------
echo -e "\n${completion}\n" ;
####--------------------------------------------------------------------
####--------------------------------------------------------------------
## Disabling Debuger-mode:
[[ ${{ inputs.debuger-mode }} == true ]] && set +x ;
####--------------------------------------------------------------------

0 comments on commit f85caa5

Please sign in to comment.