From f0c3700d87fae7e6c7a187bee1e19cbc810aaa5c Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Sun, 18 Dec 2022 14:28:39 +0100 Subject: [PATCH 1/2] add link to ZeroTier action --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index acda0071..518b718a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Machine Learning Ops](#machine-learning-ops) - [Build](#build) - [Database](#database) + - [Netorking](#networking) - [Localization](#localization) - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) @@ -530,6 +531,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster. +### Networking + +- [Setup ZeroTier](https://github.com/zerotier/github-action) - Connect your runner to a ZeroTier network. + ### Localization - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) From faf5be77dca23a7544da30fff86ba77cf6d8535a Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Tue, 24 Jan 2023 09:35:47 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Stephen Edgar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518b718a..efc1281f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Machine Learning Ops](#machine-learning-ops) - [Build](#build) - [Database](#database) - - [Netorking](#networking) + - [Networking](#networking) - [Localization](#localization) - [Fun](#fun) - [Cheat Sheet](#cheat-sheet)