File tree Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ permissions:
3737
3838jobs :
3939 call :
40- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
40+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
4141 with :
4242 environment : dev
4343 tfvars_file : environments/dev.tfvars
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ permissions:
3333
3434jobs :
3535 call :
36- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
36+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
3737 with :
3838 environment : prod
3939 tfvars_file : environments/prod.tfvars
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 call :
22- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
22+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
2323 with :
2424 environment : qa
2525 tfvars_file : environments/qa.tfvars
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 call :
22- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
22+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
2323 with :
2424 environment : test
2525 tfvars_file : environments/test.tfvars
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
2121 call :
22- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
22+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
2323 with :
2424 environment : uat
2525 tfvars_file : environments/uat.tfvars
Original file line number Diff line number Diff line change 169169
170170jobs :
171171 call :
172- uses : ./.github/workflows/terraform-multi(RunOnUbuntu ).yaml
172+ uses : ./.github/workflows/terraform-multi(runsOnSelfHosted ).yaml
173173 with :
174174 environment : dev
175175 tfvars_file : environments/dev.tfvars
You can’t perform that action at this time.
0 commit comments