Skip to content

Commit

Permalink
add sanitychecks
Browse files Browse the repository at this point in the history
Signed-off-by: brotholomew <bartoszek.blach@gmail.com>
  • Loading branch information
Brotholomew committed Apr 8, 2024
1 parent 4478542 commit 8d1afac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tf_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:

- name: Verify the Environment
run: |
echo ${{ github.ref }}
echo ${{ vars.DEVELOPMENT_BRANCH }}
echo ${{ github.ref == vars.DEVELOPMENT_BRANCH }}
echo ${{ startsWith(github.ref, vars.DEVELOPMENT_BRANCH) }}
echo TF_VAR_state_resource_group_name: ${{ env.TF_VAR_state_resource_group_name }}, $TF_VAR_state_resource_group_name
echo TF_VAR_state_storage_account_name: ${{ env.TF_VAR_state_storage_account_name }}
Expand Down

0 comments on commit 8d1afac

Please sign in to comment.