Skip to content

Commit

Permalink
reusable test
Browse files Browse the repository at this point in the history
Signed-off-by: Christiano <christiano.guedes@zup.com.br>
  • Loading branch information
christianoguedes committed Apr 23, 2023
1 parent 7b6231e commit 29bce4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions github-actions/run-actions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ inputs:

runs:
using: "composite"
env:
DEBUG: ${{ inputs.debug }}
STK: ${{ inputs.stk }}
steps:
- name: Run actions
env:
DEBUG: ${{ inputs.debug }}
STK: ${{ inputs.stk }}
shell: bash
run: |
source .github/workflows/scripts/enable_colors.sh
if $DEBUG
Expand Down

0 comments on commit 29bce4d

Please sign in to comment.