File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
jobs :
18
18
tofu-plan :
19
19
name : ' OpenTofu Plan'
20
- runs-on : ${{ toJSON (inputs.runs_on) }}
20
+ runs-on : ${{ fromJSON (inputs.runs_on) }}
21
21
environment : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
22
22
env :
23
23
ENVIRONMENT_NAME : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }}
87
87
name : ' OpenTofu Apply'
88
88
needs : [tofu-plan]
89
89
if : ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.tofu-plan.outputs.tf-plan-exit-code == 2 }}
90
- runs-on : ${{ toJSON (inputs.runs_on) }}
90
+ runs-on : ${{ fromJSON (inputs.runs_on) }}
91
91
environment : ${{ github.ref_name }}
92
92
env :
93
93
ENVIRONMENT_NAME : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments