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 4f7859c commit 78672e5Copy full SHA for 78672e5
.github/workflows/terratest.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ github.event.label.name == 'terratest' }}
22
uses: 'clouddrove/github-actions@v4.0'
23
with:
24
- actions_subcommand: 'terratest'
+ actions_subcommand: 'terratest for generate certificate dns'
25
tf_actions_working_dir: _test/generate-certificate-dns
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
+ actions_subcommand: 'terratest for generate certificate email'
34
tf_actions_working_dir: _test/generate-certificate-email
35
36
0 commit comments