File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88
99When using an action you can specify the version as:
1010
11- - ` @v1.4.1 ` to use an exact release
11+ - ` @v1.4.2 ` to use an exact release
1212- ` @v1.4 ` to use the latest patch release for the specific minor version
1313- ` @v1 ` to use the latest patch release for the specific major version
1414
15+ ## [ 1.4.2] - 2020-09-02
16+
17+ ### Fixed
18+ - Using a personal access token instead of the Actions provided token now works.
19+ This can be used to customise the PR comment author
20+
1521## [ 1.4.1] - 2020-08-11
1622
1723### Fixed
@@ -74,6 +80,7 @@ First release of the GitHub Actions:
7480- [ dflook/terraform-new-workspace] ( terraform-new-workspace )
7581- [ dflook/terraform-destroy-workspace] ( terraform-destroy-workspace )
7682
83+ [ 1.4.2 ] : https://github.com/dflook/terraform-github-actions/compare/v1.4.1...v1.4.2
7784[ 1.4.1 ] : https://github.com/dflook/terraform-github-actions/compare/v1.4.0...v1.4.1
7885[ 1.4.0 ] : https://github.com/dflook/terraform-github-actions/compare/v1.3.1...v1.4.0
7986[ 1.3.1 ] : https://github.com/dflook/terraform-github-actions/compare/v1.3.0...v1.3.1
You can’t perform that action at this time.
0 commit comments