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
11
11
12
12
---
13
13
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
+
14
24
## [ v2.0.0] ( https://github.com/ddev/github-action-add-on-test/releases/tag/v2.0.0 ) - 2024-03-15
15
25
16
26
[ _ 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
133
133
134
134
Not required.
135
135
136
- Default : ` 55 ` .
136
+ Default : ` "0" ` .
137
137
138
138
---
139
139
You can’t perform that action at this time.
0 commit comments