Skip to content

Commit e8be8d8

Browse files
committed
🔖 v2.2.3
1 parent 8e7b7ef commit e8be8d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111

1212
When using an action you can specify the version as:
1313

14-
- `@v2.2.2` to use an exact release
14+
- `@v2.2.3` to use an exact release
1515
- `@v2.2` to use the latest patch release for the specific minor version
1616
- `@v2` to use the latest patch release for the specific major version
1717

18+
## [2.2.3] - 2026-01-13
19+
20+
### Fixed
21+
- Fixed an issue where specifying more than 8 var files would cause the action to fail an error.
22+
Thanks to [cdsre](https://github.com/cdsre) for reporting and fixing this issue.
23+
1824
## [2.2.2] - 2025-08-08
1925

2026
### Fixed
@@ -797,6 +803,7 @@ First release of the GitHub Actions:
797803
- [dflook/terraform-new-workspace](terraform-new-workspace)
798804
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
799805

806+
[2.2.3]: https://github.com/dflook/terraform-github-actions/compare/v2.2.2...v2.2.3
800807
[2.2.2]: https://github.com/dflook/terraform-github-actions/compare/v2.2.1...v2.2.2
801808
[2.2.1]: https://github.com/dflook/terraform-github-actions/compare/v2.2.0...v2.2.1
802809
[2.2.0]: https://github.com/dflook/terraform-github-actions/compare/v2.1.0...v2.2.0

0 commit comments

Comments
 (0)