File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111
1212---
1313
14+ ## [ v2.0.1] ( https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.1 ) - 2024-05-22
15+
16+ [ _ Compare with previous release_ ] ( https://github.com/ddev/github-action-add-on-test/compare/v2.0.0...v2.0.1 )
17+
18+ ### Fixed
19+
20+ - Shorten the default ` keepalive_time_elapsed ` value to ` "0" ` day ([ PR #31 ] ( https://github.com/ddev/github-action-add-on-test/pull/31 ) )
21+
22+ ---
23+
1424## [ v2.0.0] ( https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0 ) - 2024-03-15
1525
1626[ _ Compare with previous release_ ] ( https://github.com/ddev/github-action-add-on-test/compare/v1.2.0...v2.0.0 )
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Will be used as the `time_elapsed` key of the [keepalive-workflow action](https
133133
134134Not required.
135135
136- Default : ` 55 ` .
136+ Default : ` "0" ` .
137137
138138---
139139
You can’t perform that action at this time.
0 commit comments