Skip to content

Commit 21c031f

Browse files
committed
fix: tofu state artifact location
1 parent 7a2f1df commit 21c031f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github_actions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
operation: download
113113
location: artifact
114114
github_token: ${{ secrets.gh_access_token }}
115+
directory: terraform
115116
continue-on-error: true
116117

117118
- name: Setup OpenTofu
@@ -144,6 +145,7 @@ jobs:
144145
operation: download
145146
location: artifact
146147
github_token: ${{ secrets.gh_access_token }}
148+
directory: terraform
147149
continue-on-error: true
148150

149151
- name: Setup OpenTofu
@@ -185,6 +187,7 @@ jobs:
185187
operation: download
186188
location: artifact
187189
github_token: ${{ secrets.gh_access_token }}
190+
directory: terraform
188191
continue-on-error: true
189192

190193
- name: Setup OpenTofu

0 commit comments

Comments
 (0)