File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ jobs:
71
71
- run : cargo lambda build --release --arm64
72
72
working-directory : ./server
73
73
74
- - uses : hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
74
+ - uses : hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0
75
75
id : upload
76
76
with :
77
77
workspace : ${{ env.TF_WORKSPACE }}
78
78
# directory: ${{ env.CONFIG_DIRECTORY }}
79
79
80
- - uses : hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
80
+ - uses : hashicorp/tfc-workflows-github/actions/create-run@v1.2.0
81
81
id : create-run
82
82
with :
83
83
workspace : ${{ env.TF_WORKSPACE }}
84
84
configuration_version : ${{ steps.upload.outputs.configuration_version_id }}
85
85
86
- - uses : hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1
86
+ - uses : hashicorp/tfc-workflows-github/actions/apply-run@v1.2.0
87
87
id : apply
88
88
if : ${{ fromJSON(steps.create-run.outputs.payload).data.attributes.actions.IsConfirmable }}
89
89
with :
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
69
69
- run : cargo lambda build --release --arm64
70
70
working-directory : ./server
71
71
72
- - uses : hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
72
+ - uses : hashicorp/tfc-workflows-github/actions/upload-configuration@v1.2.0
73
73
id : upload
74
74
with :
75
75
workspace : ${{ env.TF_WORKSPACE }}
76
76
# directory: ${{ env.CONFIG_DIRECTORY }}
77
77
speculative : true
78
78
79
- - uses : hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
79
+ - uses : hashicorp/tfc-workflows-github/actions/create-run@v1.2.0
80
80
id : run
81
81
# # run may fail, if so continue to output PR comment
82
82
# # step.terraform-cloud-check-run-status will fail job after pr comment is created/updated.
87
87
plan_only : true
88
88
message : " Triggered From GitHub Actions CI ${{ github.sha }}"
89
89
90
- - uses : hashicorp/tfc-workflows-github/actions/plan-output@v1.1.1
90
+ - uses : hashicorp/tfc-workflows-github/actions/plan-output@v1.2.0
91
91
id : plan-output
92
92
with :
93
93
plan : ${{ steps.run.outputs.plan_id }}
You can’t perform that action at this time.
0 commit comments