File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
11
- - ` @v1.20.0 ` to use an exact release
11
+ - ` @v1.20.1 ` to use an exact release
12
12
- ` @v1.20 ` to use the latest patch release for the specific minor version
13
13
- ` @v1 ` to use the latest patch release for the specific major version
14
14
15
+ ## [ 1.20.1] - 2021-12-04
16
+
17
+ ### Fixed
18
+ - There was a problem selecting the workspace when using the ` remote ` backend with a full workspace ` name ` in the backend block.
19
+
15
20
## [ 1.20.0] - 2021-12-03
16
21
17
22
### Added
@@ -307,6 +312,7 @@ First release of the GitHub Actions:
307
312
- [dflook/terraform-new-workspace](terraform-new-workspace)
308
313
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
309
314
315
+ [1.20.1] : https://github.com/dflook/terraform-github-actions/compare/v1.20.0...v1.20.1
310
316
[1.20.0] : https://github.com/dflook/terraform-github-actions/compare/v1.19.0...v1.20.0
311
317
[1.19.0] : https://github.com/dflook/terraform-github-actions/compare/v1.18.0...v1.19.0
312
318
[1.18.0] : https://github.com/dflook/terraform-github-actions/compare/v1.17.3...v1.18.0
You can’t perform that action at this time.
0 commit comments