Skip to content

Commit 6fe79b0

Browse files
chore(*): Prepare release 2.0.1
1 parent ca4409b commit 6fe79b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Will be used as the `time_elapsed` key of the [keepalive-workflow action](https
133133

134134
Not required.
135135

136-
Default: `55`.
136+
Default: `"0"`.
137137

138138
---
139139

0 commit comments

Comments
 (0)