From 8a6a76859e76eaaedc9359f21dba3e263d79dac2 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Mon, 25 May 2020 18:32:22 +0200 Subject: [PATCH 1/2] Add go-proxy-pull-action Add an action to pull Go modules on release to warm up the proxy cache and update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..a9b101a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) +- [Pull the new Go module version into the proxy cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. #### Environments From 41d2604a850ed8641dfb2cf01d82c22fc887af11 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Fri, 28 Aug 2020 02:18:33 +0200 Subject: [PATCH 2/2] Fix linter error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51b1c6..725c3fb 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) -- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) +- [Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together)