From 0435a22f3b7e7b37f3958a0f92ea86b6b11cde42 Mon Sep 17 00:00:00 2001 From: deef Date: Tue, 24 Dec 2019 02:53:08 -0500 Subject: [PATCH 1/4] Add JSON-edit-action Github action for editing a json file. https://github.com/deef0000dragon1/json-edit-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eedeae6..9637010 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) - [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug) - [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. +- [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action) ### Testing and Linting From 7bc0bb600972d875bcb76ae737711362e64b57b0 Mon Sep 17 00:00:00 2001 From: Laurent Thiebault Date: Tue, 24 Dec 2019 16:46:23 +0100 Subject: [PATCH 2/4] Add actions from Decathlon --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9637010..85541e5 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,9 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow) - [Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk) - [Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number) -- [Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action) +- [Generate release notes based on your events](https://github.com/Decathlon/release-notes-generator-action) +- [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) +- [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) ### Collection of Actions @@ -186,6 +188,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug) - [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. - [Edit JSON File](https://github.com/deef0000dragon1/json-edit-action) +- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) ### Testing and Linting From 6e7919d80333b667d68c91d4da3016e84f904417 Mon Sep 17 00:00:00 2001 From: Laurent Thiebault Date: Tue, 24 Dec 2019 16:51:57 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85541e5..1286d41 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow) - [Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk) - [Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number) +- [Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action) - [Generate release notes based on your events](https://github.com/Decathlon/release-notes-generator-action) - [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) From dd814a4fe18c020ad49be45c3ad69550ced106b3 Mon Sep 17 00:00:00 2001 From: Mingjie Jiang Date: Wed, 25 Dec 2019 00:55:10 -0500 Subject: [PATCH 4/4] Add Ghost Theme Deploy Action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9637010..5c64f53 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish module to Puppet Forge](https://github.com/barnumbirr/action-forge-publish) - [Build and publish Electron apps](https://github.com/samuelmeuli/action-electron-builder) - [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish) +- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme) ### External Services