From 7cd710266f24bb69a056dfd5aa037758c2441e70 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 18 Dec 2022 09:40:50 +0900 Subject: [PATCH] update README/CHANGELOG --- CHANGELOG.md | 4 ++++ README.md | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf73c7..6bbab9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +* reomve SSH directory at the end of workflow + ## [2.4.0] - 2022-11-03 ### Added diff --git a/README.md b/README.md index ce0c39b..97672f0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ steps: See [Workflow syntax for GitHub Actions](https://help.github.com/en/articles/workflow-syntax-for-github-actions) for details. -**NOTE:** Server key of `github.com` will be always set to `known_hosts`. +**NOTE:** + +* Server key of `github.com` will be always set to `known_hosts`. +* SSH keys will be removed at the end of workflow. ### Install multiple keys