Skip to content

Commit b4a99b1

Browse files
upgraded and updated
1 parent a5fc6fc commit b4a99b1

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/terraform.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ jobs:
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

.github/workflows/terratest.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
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:

0 commit comments

Comments
 (0)