File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## v0.7.0 [ 2022-10-19]
11+
12+ ### Added
13+
1014 * Add the ` log-public-key ` input that can be used to turn off logging key identities (#122 )
15+
16+ ### Fixed
17+
1118 * Fix path to ` git ` binary on Windows, assuming GitHub-hosted runners (#136 , #137 )
19+ * Fix a nonsensical log message (#139 )
1220
1321## v0.6.0 [ 2022-10-19]
1422
@@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3240### Fixed
3341
3442 * Fixed cleanup phase to really terminate the ssh-agent (#80 )
35- * Fix termination of ssh-agent also on workflow faiulre (#79 )
43+ * Fix termination of ssh-agent also on workflow failure (#79 )
3644
3745### Changed
3846
Original file line number Diff line number Diff line change 22 "name" : " webfactory-action-ssh-agent" ,
33 "repository" : " git@github.com:webfactory/ssh-agent.git" ,
44 "description" : " GitHub Action to set up ssh-agent with a private SSH key" ,
5- "version" : " 0.6 .0" ,
5+ "version" : " 0.7 .0" ,
66 "main" : " index.js" ,
77 "author" : " webfactory GmbH <info@webfactory.de>" ,
88 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments