We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08c2dc commit bfc38baCopy full SHA for bfc38ba
.github/workflows/test-early-eval.yaml
@@ -28,23 +28,23 @@ jobs:
28
passphrase = "tofuqwertyuiopasdfgh"
29
30
- name: Create workspace
31
- uses: ./terraform-new-workspace
+ uses: ./tofu-new-workspace
32
with:
33
path: tests/workflows/test-new-workspace
34
workspace: test-workspace
35
variables: |
36
37
38
- name: Create workspace again
39
40
41
42
43
44
45
46
- name: Destroy workspace
47
- uses: ./terraform-destroy-workspace
+ uses: ./tofu-destroy-workspace
48
49
50
0 commit comments