From 7edf271f7410bc1091d3735514d1b1cdc4524ca9 Mon Sep 17 00:00:00 2001 From: Thomas P Date: Thu, 21 Mar 2019 22:03:20 +0100 Subject: [PATCH 1/3] Add Github Action cli-tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fec096a..b6cc80c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [Run GitHub Actions Locally](https://github.com/nektos/act) - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) +- [Manage Github Action workflows and actions by cli. Allows you to script edition.](https://github.com/inextensodigital/actions/tree/master/github-workflow) ### Collection of Actions From 8da90fbfabf09057432542836c1c08d1e843b489 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Mon, 25 Mar 2019 14:10:52 +0100 Subject: [PATCH 2/3] Update Shopify Action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fec096a..05b6bd1 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) - [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) -- [Deploy a Theme to Shopify](https://github.com/pgrimaud/actions/tree/master/shopify) +- [Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify) - [Trigger multiple GitLab CI Pipeline](https://github.com/appleboy/gitlab-ci-action) - [Trigger multiple Jenkins Jobs](https://github.com/appleboy/jenkins-action) - [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy) From 73fe2aa0f96d69285400ee59e6a5c46157fd7c5f Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 26 Mar 2019 07:25:55 +0000 Subject: [PATCH 3/3] (doc) Formatting change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0122b75..5651b0c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [Run GitHub Actions Locally](https://github.com/nektos/act) - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) -- [Manage Github Action workflows and actions by cli. Allows you to script edition.](https://github.com/inextensodigital/actions/tree/master/github-workflow) +- [Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition. ### Collection of Actions