From 444450f9d88d04b6f9508913b55312c36c27cea2 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 7 Oct 2019 12:36:51 +0200 Subject: [PATCH] remove GoCenter since it is deprecated --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2bad43f..c70db21 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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. - [Debug Action](https://github.com/hmarr/debug-action) - Print environment variables and event to the Actions logs. - [Gate actions by filtering if files matching a pattern have been touched](https://github.com/cds-snc/github-actions/tree/master/touched)