From 91cc1cae476b2db6f2befe5ca0fa122607c5ec0e Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 3 Nov 2022 01:48:34 +0900 Subject: [PATCH] update README and CHANGELOG --- CHANGELOG.md | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869269a..385d585 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 + +* always set server key of `github.com` to `known_hosts` + ### Fixed * usage of `rsync` in README diff --git a/README.md b/README.md index e811cf8..ce0c39b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ 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`. + ### Install multiple keys If you want to install multiple keys, call this action multiple times.