Skip to content

Commit

Permalink
Update terraform-controller.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaldes authored Aug 14, 2023
1 parent 0be7276 commit a90f810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ env:
UPDATE_PYTHON: ${{ vars.UPDATE_PYTHON }}
UPDATE_PIP: ${{ vars.UPDATE_PIP }}

## Debugger & Verbosity Mode
DEBUGER_MODE: ${{ vars.DEBUGER_MODE }}
VERBOSE_MODE: ${{ vars.VERBOSE_MODE }}

####----------------------------------------------------------------------------
Expand Down Expand Up @@ -283,6 +285,7 @@ jobs:
uses: emvaldes/system-requirements@master
with:

debuger-mode: ${DEBUGER_MODE}
verbose-mode: ${VERBOSE_MODE}

update-system: ${UPDATE_SYSTEM}
Expand Down

0 comments on commit a90f810

Please sign in to comment.