From af15f2de46216ad6f454439e01aac562b34c9dae Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 13:42:50 +0900 Subject: [PATCH 01/11] Add JSONbin action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..4c1b9c1 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action) - [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot) - [Assume AWS role](https://github.com/nordcloud/aws-assume-role/) +- [JSONbin Action](https://github.com/fabasoad/jsonbin-action) - Generate custom response using [JSONbin](https://jsonbin.io) service. ### Frontend Tools From 1bd53b3a392f9669c990c86aa57bc7060bdebadc Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 21:14:41 +0900 Subject: [PATCH 02/11] Add Run Pascal script action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..4d25180 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) +- [Run Pascal script](https://github.com/fabasoad/pascal-action) - Run Pascal script action. ### Database From 579a36a7717f7d032204a32c226828f74ff24253 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 21:23:30 +0900 Subject: [PATCH 03/11] Add Twilio Voice Call action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..55cdb5e 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. +- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. #### Environments From 21ad423e106ea1564515c9f003a285f9fce04f6e Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 21:28:58 +0900 Subject: [PATCH 04/11] Add Translation sction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..a060c6d 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. +- [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. #### Environments From b0c9a299983f1034445b184bd7e8369c959f6d00 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Mon, 30 Mar 2020 17:45:46 +0900 Subject: [PATCH 05/11] Fixing title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f78486b..1af4462 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action) - [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot) - [Assume AWS role](https://github.com/nordcloud/aws-assume-role/) -- [JSONbin Action](https://github.com/fabasoad/jsonbin-action) - Generate custom response using [JSONbin](https://jsonbin.io) service. +- [Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action). ### Frontend Tools From 924d17656d81edd898e6c291a82794d2553ec99f Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 30 Mar 2020 19:07:45 +0800 Subject: [PATCH 06/11] add wangyoucao577/go-release-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c87ab48..2543fe1 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) +- [Publish Go binaries to Github Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions From 14efec568969aee9bc7f52b2ffd0116278db33d4 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 30 Mar 2020 19:13:29 +0800 Subject: [PATCH 07/11] title cast --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2543fe1..9564b99 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) -- [Publish Go binaries to Github Release Assets](https://github.com/wangyoucao577/go-release-action) +- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions From a81f772d4ce5fdcc87c4c8e3a79839aa5a8ad96b Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Tue, 31 Mar 2020 09:02:30 +0900 Subject: [PATCH 08/11] Removing dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f00797..0c18638 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) -- [Run Pascal Script](https://github.com/fabasoad/pascal-action). +- [Run Pascal Script](https://github.com/fabasoad/pascal-action) - [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. ### Database From 7002d0ee1bb873d17a997aa58b7d61e4cb068057 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Tue, 31 Mar 2020 09:10:11 +0900 Subject: [PATCH 09/11] Removing dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0795bc..2f67a89 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action) - [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot) - [Assume AWS role](https://github.com/nordcloud/aws-assume-role/) -- [Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action). +- [Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action) ### Frontend Tools From f72ed50dc3c6fd3dc0afaf09ce492dbb556e1c88 Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Thu, 19 Mar 2020 22:05:03 +0800 Subject: [PATCH 10/11] Add docker official action. Signed-off-by: Jintao Zhang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 412c197..76e45d9 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) +- [GitHub Actions for Docker](https://github.com/docker/github-actions) ### Utility From 059b731e1e9e7a47163c54c9854b4bbf632bef8e Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 31 Mar 2020 20:16:18 +0800 Subject: [PATCH 11/11] move to build section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9564b99..e67867e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Rollback a GitHub Release](https://github.com/author/action-rollback) - [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads) - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) -- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Collection of Actions @@ -427,6 +426,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) - [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. +- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) ### Database