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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## v0.7.0 [ 2022-10-19]
11
+
12
+ ### Added
13
+
10
14
* Add the ` log-public-key ` input that can be used to turn off logging key identities (#122 )
15
+
16
+ ### Fixed
17
+
11
18
* Fix path to ` git ` binary on Windows, assuming GitHub-hosted runners (#136 , #137 )
19
+ * Fix a nonsensical log message (#139 )
12
20
13
21
## v0.6.0 [ 2022-10-19]
14
22
@@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
40
### Fixed
33
41
34
42
* 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 )
36
44
37
45
### Changed
38
46
Original file line number Diff line number Diff line change 2
2
"name" : " webfactory-action-ssh-agent" ,
3
3
"repository" : " git@github.com:webfactory/ssh-agent.git" ,
4
4
"description" : " GitHub Action to set up ssh-agent with a private SSH key" ,
5
- "version" : " 0.6 .0" ,
5
+ "version" : " 0.7 .0" ,
6
6
"main" : " index.js" ,
7
7
"author" : " webfactory GmbH <info@webfactory.de>" ,
8
8
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments