From dd3ada79ecf287e723ad12d41e6e0b8c8b95966f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 20 May 2019 13:57:18 +0800 Subject: [PATCH 1/5] Add scp, ssh and deploy to lambda action --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bdfc2d2..25e0c9f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,9 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy) - [GitHub Action for zem](https://github.com/artemnovichkov/action-zem) - [GitHub Action for Homebrew](https://github.com/artemnovichkov/action-homebrew) +- [Deploy Lambda code to an existing function](deploying Lambda code to an existing function) +- [Copy files and artifacts via SSH](https://github.com/appleboy/scp-action) +- [Executing remote ssh commands](https://github.com/appleboy/ssh-action) ### External Services From 0f8cabfc56a5b5e7c17c320a7e9ccdf287108136 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 20 May 2019 13:58:27 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e0c9f..52b6295 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy) - [GitHub Action for zem](https://github.com/artemnovichkov/action-zem) - [GitHub Action for Homebrew](https://github.com/artemnovichkov/action-homebrew) -- [Deploy Lambda code to an existing function](deploying Lambda code to an existing function) +- [Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action) - [Copy files and artifacts via SSH](https://github.com/appleboy/scp-action) - [Executing remote ssh commands](https://github.com/appleboy/ssh-action) From fe57b5d0ff2e6b04c1988d8c72a063ae1882dd61 Mon Sep 17 00:00:00 2001 From: Atrox Date: Tue, 21 May 2019 14:30:22 +0200 Subject: [PATCH 3/5] add codecov-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdfc2d2..ee9bae7 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Find broken links, missing images, etc in your HTML](https://github.com/peaceiris/actions-broken-link-checker) - [Fast website link checker in Go](https://github.com/peaceiris/actions-muffet) - [Fast link checker for Markdown and HTML in Go)](https://github.com/peaceiris/actions-liche) +- [Send your code coverage to codecov.io](https://github.com/atrox/codecov-action) ### Pull Requests From dad2bc4b2963693b58b7a01e842f13536e6cc72d Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 22 May 2019 16:03:52 +0900 Subject: [PATCH 4/5] add: links to new GitHub Actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdfc2d2..36d8035 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/) - And other schema.org extractors to make datasets discoverable from GitHub pages. - [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) - No building, just deploying. - [Build with Material for MkDocs and deploy to GitHub Pages automatically](https://github.com/peaceiris/actions-mkdocs-gh-pages) +- [GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages) ### Notifications and Messages @@ -188,6 +189,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions) - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Runs a WebPageTest audit and prints the results as commit comment](https://github.com/JCofman/webPagetestAction) +- [GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo) ### Internet of Things (IOT) From 016ba4586ee3e3f36c04304aca5205a62d1be7eb Mon Sep 17 00:00:00 2001 From: Martijn Pepping Date: Wed, 22 May 2019 21:23:20 +0200 Subject: [PATCH 5/5] Adds a docker-hub-metadata action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdfc2d2..56a1426 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Review the licenses of your node dependencies](https://github.com/cds-snc/github-actions/tree/master/node-license-checker) - [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action) - [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes) +- [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) ### Testing and Linting