From af15f2de46216ad6f454439e01aac562b34c9dae Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 13:42:50 +0900 Subject: [PATCH 1/3] 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 b0c9a299983f1034445b184bd7e8369c959f6d00 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Mon, 30 Mar 2020 17:45:46 +0900 Subject: [PATCH 2/3] 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 7002d0ee1bb873d17a997aa58b7d61e4cb068057 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Tue, 31 Mar 2020 09:10:11 +0900 Subject: [PATCH 3/3] 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