Changed README

This commit is contained in:
Marco Dalla Santa
2020-12-20 19:00:23 +01:00
parent f705dfd43a
commit 2f78613c53

View File

@@ -7,7 +7,7 @@
## ❔ Why should I use this action?
Because this action provide an easy and higly customizable way to upload files via scp and execute a set of command via ssh before or/and after.
I use this in my personal project to deploy an application to a remote server or to upload a file via scp.
I use this action in my personal project to deploy an application to a remote server or to upload a file via scp.
## 🏃 Supported runners
[![Supported runner](https://img.shields.io/badge/Linux-262b31?style=for-the-badge&logo=linux&logoColor=fcc624)](https://docs.github.com/en/actions/creating-actions/about-actions#docker-container-actions)
@@ -45,7 +45,7 @@ Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/mdallasanta/ssh-scp-deploy/issues).
## 🙏Thanks
## 🙏 Thanks
Thanks to [Raphaël Bussa](https://github.com/raphaelbussa) that helped in testing.