File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 actions_subcommand : ' init'
5959 tf_actions_working_dir : ./_example/import-certificate
60- - name : ' Terraform validate'
61- uses : ' clouddrove/github-actions@v4.0'
62- with :
63- actions_subcommand : ' validate'
64- tf_actions_working_dir : ./_example/import-certificate
65- - name : ' Terraform plan'
66- uses : ' clouddrove/github-actions@v4.0'
67- with :
68- actions_subcommand : ' plan'
69- tf_actions_working_dir : ./_example/import-certificate
7060
7161 - name : ' Slack Notification'
7262 uses : clouddrove/action-slack@v2
Original file line number Diff line number Diff line change 3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
38- - name : ' Terratest'
39- if : ${{ github.event.label.name == 'terratest' }}
40- uses : ' clouddrove/github-actions@v4.0'
41- with :
42- actions_subcommand : ' terratest'
43- tf_actions_working_dir : ./_test/import-certificate
44- env :
45- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46-
4738 - name : ' Slack Notification'
4839 uses : clouddrove/action-slack@v2
4940 with :
You can’t perform that action at this time.
0 commit comments