Skip to content

Commit ae782b6

Browse files
committed
updated working directory
1 parent 15d5550 commit ae782b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: 📄 Generate Terraform outputs
116116
run: |
117117
terraform -chdir=infra output -json > infra/tf_outputs.json
118-
118+
working-directory: .
119+
119120
- name: 📦 Upload Terraform Outputs
120121
uses: actions/upload-artifact@v4
121122
with:

0 commit comments

Comments
 (0)