Skip to content

Commit c8f3bcf

Browse files
author
mmogos
committed
CAT-24891 workflow template for terraform drift checking
1 parent fbb00e0 commit c8f3bcf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check-tf-drift.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@ on:
5454
env:
5555
APP_NAME: ${{ inputs.app_name }}
5656

57-
defaults:
58-
run:
59-
working-directory: ./${{ inputs.tf_workdir }}
57+
6058

6159
jobs:
6260
tf-drift:
6361
runs-on: ubuntu-latest
6462
environment: ${{ inputs.env }}
6563
name: build ${{ inputs.app_name }}
64+
defaults:
65+
run:
66+
working-directory: ./${{ inputs.tf_workdir }}
6667
# outputs:
6768
steps:
6869
- name: Code Checkout

0 commit comments

Comments
 (0)