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 bb37d22 commit 03ab463Copy full SHA for 03ab463
.github/workflows/terraform.yml
@@ -27,12 +27,8 @@ jobs:
27
- name: 'Terraform init for memcached'
28
uses: 'clouddrove/github-actions@v4.0'
29
with:
30
- tf_actions_version: 0.13.4
31
- tf_actions_subcommand: 'fmt'
32
- tf_actions_working_dir: "./_example/memcached"
33
- tf_actions_comment: true
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ actions_subcommand: 'init'
+ tf_actions_working_dir: ./_example/memcached
36
37
- name: 'Terraform validate for memcached'
38
@@ -82,6 +78,7 @@ jobs:
82
78
actions_subcommand: 'plan'
83
79
tf_actions_working_dir: ./_example/redis-cluster
84
80
81
+
85
- name: 'Slack Notification'
86
uses: clouddrove/action-slack@v2
87
0 commit comments