Skip to content

Commit 022067b

Browse files
committed
Pass variables to workspace new/delete
1 parent bfc38ba commit 022067b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-early-eval.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ jobs:
3030
- name: Create workspace
3131
uses: ./tofu-new-workspace
3232
with:
33-
path: tests/workflows/test-new-workspace
33+
path: tests/workflows/test-plan/early-eval/tofu
3434
workspace: test-workspace
3535
variables: |
3636
passphrase = "tofuqwertyuiopasdfgh"
3737
3838
- name: Create workspace again
3939
uses: ./tofu-new-workspace
4040
with:
41-
path: tests/workflows/test-new-workspace
41+
path: tests/workflows/test-plan/early-eval/tofu
4242
workspace: test-workspace
4343
variables: |
4444
passphrase = "tofuqwertyuiopasdfgh"
4545
4646
- name: Destroy workspace
4747
uses: ./tofu-destroy-workspace
4848
with:
49-
path: tests/workflows/test-new-workspace
49+
path: tests/workflows/test-plan/early-eval/tofu
5050
workspace: test-workspace
5151
variables: |
5252
passphrase = "tofuqwertyuiopasdfgh"

0 commit comments

Comments
 (0)