From 048439b8df20ee0b88d4713ca31a963c88be479f Mon Sep 17 00:00:00 2001 From: Paulo Henrique Cuchi Date: Sat, 8 Feb 2020 01:24:19 -0300 Subject: [PATCH 01/11] Add cuchi/jinja2-action That seems like the first action which uses a template engine. I think it should go under the **Utility** section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..b818e38 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files. - [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files. +- [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. #### Environments From 9ff70a270ed6ec7bdbbe1dcbd86c0a570d9321a5 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 10:08:05 -0600 Subject: [PATCH 02/11] Added a multipublish action This action scans code bases (or Github workspaces) for `package.json` files and publishes each package to the specified registry (default is npm registry). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..ff1962c 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) - [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action) +- [Publish one _or more_ JS modules to a registry](https://github.com/author/action-publish) #### Docker From 711f5b322e99c10995e277fcc1ed2fa5b0d04702 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 10:13:35 -0600 Subject: [PATCH 03/11] Added Github Release Rollback Action This action will rollback/delete a release. Useful when a release is cut but a downstream activity fails. Cleans up orphan/churn releases. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..e4df484 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) +- [Rollback a Github Release](https://github.com/author/action-rollback) ### Collection of Actions From 20c13009b451170ba7b459f442ee19039996aec9 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 13:02:26 -0600 Subject: [PATCH 04/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4df484..63c1098 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) -- [Rollback a Github Release](https://github.com/author/action-rollback) +- [Rollback a GitHub Release](https://github.com/author/action-rollback) ### Collection of Actions From aab30f01720044bffd75e7dbd1583054b9841bc3 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 13:05:59 -0600 Subject: [PATCH 05/11] Removed link formatting Complies with lint rules. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1962c..68989d1 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) - [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action) -- [Publish one _or more_ JS modules to a registry](https://github.com/author/action-publish) +- [Publish one or more JS modules to a registry](https://github.com/author/action-publish) #### Docker From f4d61be67f5a315f2267d7475b8489067bd19dbf Mon Sep 17 00:00:00 2001 From: erezrokah Date: Thu, 13 Feb 2020 11:22:13 +0200 Subject: [PATCH 06/11] Added https://github.com/erezrokah/2fa-with-slack-action to deployment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..e4ccd4b 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) - [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action) +- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action) #### Docker From afab6f0756e2b7794f88c476f1c9bac2c36df7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Thu, 13 Feb 2020 12:37:00 +0100 Subject: [PATCH 07/11] Add creekorful/goreportcard-action https://github.com/creekorful/goreportcard-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..54e162f 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action) - [Send your code coverage to codecov.io](https://github.com/codecov/codecov-action) - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) +- [Update repository go report card](https://github.com/creekorful/goreportcard-action) ### Monitoring From 652733252eff9cdd50efbf7c27758f3b0b6ca2de Mon Sep 17 00:00:00 2001 From: Niklas Hansson Date: Sun, 16 Feb 2020 00:34:48 +0100 Subject: [PATCH 08/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2898d86..78d08f7 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Submitting Argo Workflows to GKE](https://github.com/machine-learning-apps/gke-argo) - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) +- [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) ### Build From bab1a73885c0d5c31795b2c351b60e549e286c8d Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 2 Mar 2020 01:39:14 +0900 Subject: [PATCH 09/11] Fix lint error of status badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2898d86..0113673 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@

-# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions + +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) + +[![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From 849190459e33121f9e52c340ca71ac6c38ce662d Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 6 Mar 2020 15:54:23 +0900 Subject: [PATCH 10/11] Ignore lint for badge image --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0113673..8f54211 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ # Awesome Actions -[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) - -[![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions). From 3536ca021b21faaa808467acea188552b4dc58d7 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 6 Mar 2020 17:20:32 +0900 Subject: [PATCH 11/11] Put badges next to title --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f54211..130e02e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@

-# Awesome Actions - -[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) +# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) > A curated list of awesome things related to [GitHub Actions](https://github.com/actions).