We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5c14f commit 4f7859cCopy full SHA for 4f7859c
.github/workflows/terratest.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: 'clouddrove/github-actions@v4.0'
23
with:
24
actions_subcommand: 'terratest'
25
- tf_actions_working_dir: ./_test/generate-certificate-dns
+ tf_actions_working_dir: _test/generate-certificate-dns
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
- tf_actions_working_dir: ./_test/generate-certificate-email
+ tf_actions_working_dir: _test/generate-certificate-email
35
36
37
0 commit comments