Skip to content

Commit

Permalink
temp debug vars
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent e115576 commit 2ee44bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
environment: tf-development
steps:
- name: Export TF_VAR variables
run: echo ${{ toJSON(vars) }}
env:
VARS_JSON: ${{ toJSON(vars) }}
run: echo "${VARS_JSON}"

# build_test_push:
# runs-on: ubuntu-latest
# environment: tf-development
Expand Down

0 comments on commit 2ee44bb

Please sign in to comment.