Skip to content

Commit 78672e5

Browse files
improved terratest names
1 parent 4f7859c commit 78672e5

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
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.event.label.name == 'terratest' }}
2222
uses: 'clouddrove/github-actions@v4.0'
2323
with:
24-
actions_subcommand: 'terratest'
24+
actions_subcommand: 'terratest for generate certificate dns'
2525
tf_actions_working_dir: _test/generate-certificate-dns
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.event.label.name == 'terratest' }}
3131
uses: 'clouddrove/github-actions@v4.0'
3232
with:
33-
actions_subcommand: 'terratest'
33+
actions_subcommand: 'terratest for generate certificate email'
3434
tf_actions_working_dir: _test/generate-certificate-email
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)