Skip to content

Commit 4f7859c

Browse files
improved
1 parent 4f5c14f commit 4f7859c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terratest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: 'clouddrove/github-actions@v4.0'
2323
with:
2424
actions_subcommand: 'terratest'
25-
tf_actions_working_dir: ./_test/generate-certificate-dns
25+
tf_actions_working_dir: _test/generate-certificate-dns
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

@@ -31,7 +31,7 @@ jobs:
3131
uses: 'clouddrove/github-actions@v4.0'
3232
with:
3333
actions_subcommand: 'terratest'
34-
tf_actions_working_dir: ./_test/generate-certificate-email
34+
tf_actions_working_dir: _test/generate-certificate-email
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)