1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

add Ubuntu 20.04 (#135)

* add Ubuntu 20.04

* macOS -> macOS Catalina

* rename CI files

* Windows -> Windows Server 2019

* update README

* update CHANGELOG
This commit is contained in:
shimataro 2020-06-06 11:05:25 +09:00 committed by GitHub
parent db8ead54b2
commit 01556dafe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 75 additions and 22 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
* Ubuntu 20.04
### Changed
* Add short note on how to convert OPENSSH to PEM format by [@shadow1runner](https://github.com/shadow1runner)