From 706fe33ca7cbaf69da3f2fbbd64abc305d4d8de8 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sun, 15 Sep 2019 23:44:13 +0200 Subject: [PATCH] Fix punctuation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c1093..2e2b28d 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [Run Cake tasks](https://github.com/gep13/cake-actions) - [Run psake tasks](https://github.com/devblackops/psake-github-actions) -- [SSH](https://github.com/maddox/actions/tree/master/ssh) - Run SSH commands on a server -- [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories +- [SSH](https://github.com/maddox/actions/tree/master/ssh) - Run SSH commands on a server. +- [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories. - [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) - [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter) - [Run pandoc](https://github.com/maxheld83/pandoc) - The swiss army knife for document conversions.