Skip to content

Commit 50529a7

Browse files
committed
Remove the deprecated var input
1 parent 9aeef98 commit 50529a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/actionlint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ paths:
4141
ignore:
4242
- 'property "random" is not defined in object type'
4343
- '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+
ignore:
49+
- 'input "var" is not defined in action "terraform-plan"'

.github/workflows/test-apply.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ jobs:
943943
- name: Apply
944944
uses: ./terraform-apply
945945
id: apply
946+
continue-on-error: true
946947
with:
947948
path: tests/workflows/test-apply/deprecated_var
948949
var: my_var=hello

0 commit comments

Comments
 (0)