File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,20 @@ jobs:
60
60
uses : ./
61
61
with :
62
62
working-directory : tests/${{ matrix.test }}
63
- arg-workspace : dev
64
- arg-lock : ${{ github.event.pull_request.merged }}
65
- arg-refresh : ${{ github.event.pull_request.merged && 'false' }}
66
63
command : ${{ github.event.pull_request.merged && 'apply' || 'plan' }}
67
- comment-pr : ${{ matrix.tool == 'tofu' && 'always' || 'never' }}
64
+ arg-lock : ${{ github.event.pull_request.merged }}
65
+ arg-refresh : ${{ github.event.pull_request.merged && 'false' || 'true' }}
66
+ arg-workspace : dev
67
+
68
68
format : true
69
69
validate : true
70
- preserve-plan : true
71
- plan-parity : true
70
+
72
71
plan-encrypt : ${{ secrets.TF_ENCRYPTION }}
72
+ plan-parity : true
73
+ preserve-plan : true
73
74
retention-days : 1
75
+
76
+ comment-pr : ${{ matrix.tool == 'tofu' && 'always' || 'never' }}
74
77
tag-actor : never
75
78
tool : ${{ matrix.tool }}
76
79
You can’t perform that action at this time.
0 commit comments