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 9aeef98 commit 50529a7Copy full SHA for 50529a7
.github/actionlint.yaml
@@ -41,3 +41,9 @@ paths:
41
ignore:
42
- 'property "random" is not defined in object type'
43
- 'property "acme" is not defined in object type'
44
+ .github/workflows/test-apply.yaml:
45
+ ignore:
46
+ - 'input "var" is not defined in action "terraform-apply"'
47
+ .github/workflows/test-plan.yaml:
48
49
+ - 'input "var" is not defined in action "terraform-plan"'
.github/workflows/test-apply.yaml
@@ -943,6 +943,7 @@ jobs:
943
- name: Apply
944
uses: ./terraform-apply
945
id: apply
946
+ continue-on-error: true
947
with:
948
path: tests/workflows/test-apply/deprecated_var
949
var: my_var=hello
0 commit comments