2019-08-26 05:04:11 -04:00
![GitHub Actions status | sdras/awesome-actions ](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg )
2018-10-20 21:08:16 -04:00
< p align = "center" >
< br >
2018-10-20 21:20:22 -04:00
< img src = "https://image.ibb.co/cZ1q5f/awesome-actions.jpg" / >
2018-10-20 21:08:16 -04:00
< br >
< br >
< br >
< / p >
2019-08-19 03:37:01 -04:00
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2018-10-20 21:08:16 -04:00
2018-10-21 15:34:47 -04:00
> A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions).
2018-10-20 21:08:16 -04:00
2018-11-24 12:13:02 -05:00
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows as autoscaled containers in response. With GitHub Actions you can automate your workflow from idea to production.
2018-10-20 21:08:16 -04:00
## Contents
2019-02-27 10:24:49 -05:00
- [Official Resources ](#official-resources )
- [Community Resources ](#community-resources )
2019-02-27 17:29:14 -05:00
- [GitHub Tools and Management ](#github-tools-and-management )
- [Collection of Actions ](#collection-of-actions )
- [Utility ](#utility )
- [Testing and Linting ](#testing-and-linting )
- [Pull Requests ](#pull-requests )
- [GitHub Pages ](#github-pages )
- [Notifications and Messages ](#notifications-and-messages )
- [Deployment ](#deployment )
- [External Services ](#external-services )
- [Frontend Tools ](#frontend-tools )
- [Internet of Things (IOT) ](#internet-of-things-iot )
2019-09-25 00:55:31 -04:00
- [Machine Learning Ops ](#machine-learning-ops )
2019-09-26 10:03:56 -04:00
- [Performance Monitoring ](#performance-monitoring )
2019-10-09 05:11:25 -04:00
- [Cheat Sheet ](#cheat-sheet )
2019-02-27 10:24:49 -05:00
- [Tutorials ](#tutorials )
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
## Official Resources
2018-10-20 21:08:16 -04:00
2019-02-27 10:24:49 -05:00
- [Official Site ](https://github.com/features/actions )
2019-09-05 10:56:52 -04:00
- [Official Community Forum Board ](https://github.community/t5/GitHub-Actions/bd-p/actions )
2019-08-22 16:27:34 -04:00
- [Official Documentation ](https://help.github.com/en/categories/automating-your-workflow-with-github-actions ) (for YML format actions)
2019-02-27 10:24:49 -05:00
- [Official Actions Collection ](https://github.com/actions )
- [GitHub Blog Announcement ](https://blog.github.com/2018-10-17-action-demos/ )
2018-10-20 21:08:16 -04:00
2019-08-26 05:04:11 -04:00
### Status badge
![GitHub Actions status | sdras/awesome-actions ](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg )
2019-09-07 16:59:07 -04:00
[Adding a workflow status badge to your repository - GitHub Help ](https://help.github.com/en/articles/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository )
2019-08-26 05:04:11 -04:00
URL to a status badge SVG.
```
https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg
```
An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg`
2019-02-27 17:29:14 -05:00
## Community Resources
2018-10-20 21:08:16 -04:00
2019-02-27 17:29:14 -05:00
### GitHub Tools and Management
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Declaratively setup GitHub Labels ](https://github.com/lannonbr/issue-label-manager-action )
2019-10-13 23:48:11 -04:00
- [Action to sync GitHub labels in the declarative way ](https://github.com/micnncim/action-label-syncer )
2019-02-27 10:24:49 -05:00
- [Run GitHub Actions Locally ](https://github.com/nektos/act )
- [Alternative (Python-based) for Running GitHub Actions Locally ](https://github.com/systemslab/popper )
2019-03-26 03:25:55 -04:00
- [Manage GitHub Action workflows and actions by cli ](https://github.com/inextensodigital/actions/tree/master/github-workflow ) - Allows you to script edition.
2019-03-24 15:50:13 -04:00
- [GitHub Action Builder and Previewer ](https://create-github-action.now.sh/ )
2019-07-13 06:46:01 -04:00
- [Add releases to GitHub ](https://github.com/elgohr/Github-Release-Action )
- [Publish a docker image to Dockerhub ](https://github.com/elgohr/Publish-Docker-Github-Action )
2019-07-20 21:48:55 -04:00
- [Create an issue using content from a file ](https://github.com/peter-evans/create-issue-from-file )
2019-08-27 02:24:12 -04:00
- [Publish GitHub Releases with Assets ](https://github.com/softprops/action-gh-release )
2019-09-14 09:49:08 -04:00
- [GitHub Project Automation+ ](https://github.com/alex-page/github-project-automation-plus ) - Automate GitHub Project cards with any webhook event.
2019-09-18 14:13:31 -04:00
- [Run GitHub Actions Locally with a web interface. Supports new YAML syntax ](https://github.com/phishy/wflow )
2019-09-21 02:53:14 -04:00
- [Build and Publish Android debug APK ](https://github.com/ShaunLWM/action-release-debugapk )
2019-09-23 11:30:29 -04:00
- [Generate sequential build numbers for GitHub Actions ](https://github.com/einaregilsson/build-number )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Collection of Actions
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Many linters and autofixers for various languages ](https://github.com/bltavares/actions )
- [Node.js Actions Toolkit ](https://github.com/JasonEtco/actions-toolkit )
- [Use HashiCorp's Terraform ](https://github.com/hashicorp/terraform-github-actions )
- [GitHub Actions for Yarn ](https://github.com/Borales/actions-yarn )
- [GitHub Actions for Golang ](https://github.com/cedrickring/golang-action )
- [Android Build and Emulator Actions ](https://github.com/vgaidarji/android-github-actions )
- [GitHub Actions for R and accompanying #rstats package ](http://maxheld.de/ghactions/ )
- [GitHub Actions for WordPress ](https://github.com/10up/actions-wordpress/ )
2019-06-08 08:49:28 -04:00
- [GitHub Actions for Composer ](https://github.com/MilesChou/composer-action )
2019-08-20 21:49:57 -04:00
- [GitHub Actions for Flutter ](https://github.com/subosito/flutter-action )
2019-09-07 06:04:50 -04:00
- [GitHub Actions for PHP ](https://github.com/shivammathur/setup-php )
2019-09-15 15:18:40 -04:00
- [GitHub Actions for Rust ](https://github.com/actions-rs )
2019-09-21 12:36:15 -04:00
- [GitHub Actions for Yarn - new syntax ](https://github.com/sergioramos/yarn-actions )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Utility
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Sleep ](https://github.com/maddox/actions/tree/master/sleep )
- [Wait for 200 ](https://github.com/maddox/actions/tree/master/wait-for-200 )
- [Run Cake tasks ](https://github.com/gep13/cake-actions )
- [Run psake tasks ](https://github.com/devblackops/psake-github-actions )
2019-09-15 17:44:13 -04:00
- [SSH ](https://github.com/maddox/actions/tree/master/ssh ) - Run SSH commands on a server.
- [Setup `ssh-agent` ](https://github.com/webfactory/ssh-agent ) - Run `ssh-agent` with additional SSH keys to access private repositories.
2019-02-27 10:24:49 -05:00
- [General purpose HTTP client for Actions, wrapping HTTPie ](https://github.com/swinton/httpie-action )
2019-02-27 10:36:32 -05:00
- [Run pandoc ](https://github.com/maxheld83/pandoc ) - The swiss army knife for document conversions.
- [Debug Action ](https://github.com/hmarr/debug-action ) - Print environment variables and event to the Actions logs.
2019-03-15 08:53:28 -04:00
- [Gate actions by filtering if files matching a pattern have been touched ](https://github.com/cds-snc/github-actions/tree/master/touched )
- [Scan for secrets in your source code ](https://github.com/cds-snc/github-actions/tree/master/seekret )
- [Review the licenses of your node dependencies ](https://github.com/cds-snc/github-actions/tree/master/node-license-checker )
2019-02-15 16:16:08 -05:00
- [A GitHub Action to check your project's dependencies ](https://github.com/iheanyi/licensed-action )
2019-05-10 02:48:44 -04:00
- [Check if package.json dependencies have changed ](https://github.com/bencooper222/check-for-node-dep-changes )
2019-05-22 15:23:20 -04:00
- [Update a repository's "Full description" on Docker Hub ](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata )
2019-05-23 09:19:17 -04:00
- [GitHub Actions Badges for your README ](https://github.com/atrox/github-actions-badge )
2019-05-30 10:06:21 -04:00
- [GitHub Actions for Python project with poetry ](https://github.com/abatilo/actions-poetry )
2019-08-21 06:56:10 -04:00
- [GitHub Actions to compile LaTeX documents ](https://github.com/xu-cheng/latex-action )
2019-08-21 10:41:08 -04:00
- [Create an envfile ](https://github.com/SpicyPizza/create-envfile )
2019-08-25 23:14:36 -04:00
- [Update Maxmind Databases ](https://github.com/meetup/maxmind-updater )
2019-08-27 03:54:01 -04:00
- [Debug with SSH over tmate ](https://github.com/mxschmitt/action-tmate ) - Debug the Action directly by providing a SSH connection.
2019-09-17 05:22:29 -04:00
- [Unlock git-crypt files ](https://github.com/sliteteam/github-action-git-crypt-unlock )
2019-09-17 08:24:10 -04:00
- [Golang CGO cross compiler ](https://github.com/crazy-max/ghaction-xgo )
2019-09-24 08:26:37 -04:00
- [Export global environment variables for succeeding build steps ](https://github.com/zweitag/github-actions )
2019-10-04 02:40:09 -04:00
- [Programmatically set environment variables for use in subsequent steps ](https://github.com/allenevans/set-env )
2019-10-08 14:41:06 -04:00
- [Run your job on another architecture: arm32, aarch64 and others ](https://github.com/uraimo/run-on-arch-action )
2019-09-30 06:22:14 -04:00
- [Generate a table of contents ](https://github.com/technote-space/toc-generator )
2019-10-14 12:15:59 -04:00
- [Automatically add Label or Assignee to an Issue ](https://github.com/Naturalclar/issue-action )
2019-10-14 03:29:58 -04:00
- [Action to send LGTM reaction as image or GIF when we say lgtm ](https://github.com/micnncim/action-lgtm-reaction )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Testing and Linting
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Runs Hadolint against a Dockerfile within a repository ](https://github.com/burdzwastaken/hadolint-action )
- [Test your Actions Locally ](https://github.com/tschoffelen/gha )
- [Lint a Dockerfile ](https://github.com/jwr0/dockerfile-linter-action ) (using replicatedhq/dockerfilelint)
- [NPM Audit ](https://github.com/JasonEtco/npm-audit-fix-action )
- [PHP Code fixer Action ](https://github.com/OskarStark/php-cs-fixer-ga )
- [PHP Psalm Static code analyzer Action ](https://github.com/mickaelandrieu/psalm-ga )
- [PHPStan Static code analyzer Action ](https://github.com/OskarStark/phpstan-ga )
- [PHPQA toolsuite Action ](https://github.com/mickaelandrieu/phpqa-ga )
- [GraphQL Inspector Action ](https://github.com/kamilkisiela/graphql-inspector )
- [Snyk CLI Test Action ](https://github.com/clarkio/snyk-cli-action )
- [PowerShell static analysis with PSScriptAnalyzer ](https://github.com/devblackops/github-action-psscriptanalyzer )
- [Run web performance audits using Sitespeed.io ](https://github.com/sitespeedio/sitespeed.io/tree/master/docker/github-action )
- [Run Tests through Puppeteer, the Headless Chrome Node API ](https://github.com/ianwalter/puppeteer )
2019-03-04 18:01:48 -05:00
- [Run ESLint with status checks and file diff annotations ](https://github.com/gimenete/eslint-action )
2019-09-26 14:16:15 -04:00
- [Run ESLint, with reviewdog output on the PR ](https://github.com/reviewdog/action-eslint )
2019-03-07 12:42:33 -05:00
- [JavaScript-based linter for \*.workflow files ](https://github.com/OmarTawfik/github-actions-js )
2019-03-09 10:35:15 -05:00
- [Send your latest code coverage score to Coveralls.io ](https://github.com/gavinhenderson/coveralls-action )
2019-03-15 08:53:28 -04:00
- [Lint a Dockerfile using Hadolint ](https://github.com/cds-snc/github-actions/tree/master/docker-lint )
- [Lint terraform files using tflint ](https://github.com/cds-snc/github-actions/tree/master/tf-lint )
2019-09-26 14:16:15 -04:00
- [Lint terraform files using tflint, with reviewdog output on the PR ](https://github.com/reviewdog/action-tflint )
2019-04-07 14:23:32 -04:00
- [Validate Puppet modules using Puppet PDK ](https://github.com/mpepping/github-actions/tree/master/pdk-validate )
2019-05-12 14:59:40 -04:00
- [Scan git commits for secrets with gitleaks ](https://github.com/eshork/gitleaks-action )
2019-09-17 06:39:09 -04:00
- [Scan code with SonarCloud ](https://github.com/sonarsource/sonarcloud-github-action )
2019-08-18 23:16:03 -04:00
- [Send your code coverage to codecov.io ](https://github.com/codecov/codecov-action )
2019-07-20 21:48:55 -04:00
- [autopep8: Automatically formats Python code to conform to the PEP 8 style guide ](https://github.com/peter-evans/autopep8 )
2019-08-07 08:54:46 -04:00
- [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel ](https://github.com/ivanklee86/xunit-slack-reporter )
2019-08-09 03:15:02 -04:00
- [Publishing code coverage to CodeClimate ](https://github.com/paambaati/codeclimate-action )
2019-08-19 03:22:17 -04:00
- [Run codeception tests ](https://github.com/joelwmale/codeception-action )
2019-08-23 12:18:53 -04:00
- [Audit a webpage with Google Chrome's Lighthouse tests ](https://github.com/jakejarvis/lighthouse-action )
2019-08-28 16:46:34 -04:00
- [Run `localheinz/composer-normalize` to ensure your PHP project has a normalized `composer.json` ](https://github.com/localheinz/composer-normalize-action )
2019-08-29 08:33:17 -04:00
- [Run Go lint checks on PR event ](https://github.com/ArangoGutierrez/GoLinty-Action )
2019-09-07 15:03:05 -04:00
- [Node.js - Automatically run the `format` and/or `lint` script used by the package ](https://github.com/MarvinJWendt/run-node-formatter )
2019-09-09 22:19:16 -04:00
- [Continuous Benchmarking and Benchmark Visualization for Go ](https://github.com/bobheadxi/gobenchdata )
2019-09-11 12:30:18 -04:00
- [Stylelinter - GitHub Action that runs stylelint ](https://github.com/exelban/stylelint )
2019-09-26 14:16:15 -04:00
- [Run stylelint, with reviewdog output on the PR ](https://github.com/reviewdog/action-stylelint )
2019-09-15 22:51:33 -04:00
- [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback ](https://github.com/ankitvgupta/pycodestyle-action )
2019-09-19 10:34:56 -04:00
- [wemake-python-styleguide - The strictest and most opinionated python linter ever ](https://github.com/wemake-services/wemake-python-styleguide )
2019-09-24 15:49:52 -04:00
- [Run TSLint with status checks and file diff annotations ](https://github.com/mooyoul/tslint-actions )
2019-10-08 13:41:10 -04:00
- [Lint Pull Request commits with commitlint ](https://github.com/wagoid/commitlint-github-action )
2019-09-26 14:16:15 -04:00
- [Run vint, with reviewdog output on the PR ](https://github.com/reviewdog/action-vint )
- [Run mispell, with reviewdog output on the PR ](https://github.com/reviewdog/action-misspell )
- [Run golangci-lint, with reviewdog output on the PR ](https://github.com/reviewdog/action-golangci-lint )
- [Run shellcheck, with reviewdog output on the PR ](https://github.com/reviewdog/action-shellcheck )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Pull Requests
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Set pull request reviewers based on assignees ](https://github.com/pullreminders/assignee-to-reviewer-action )
- [Open or update pull request on branch push (with branch selection) ](https://github.com/vsoch/pull-request-action )
- [Post gif on check fail ](https://github.com/jessfraz/shaking-finger-action )
- [Cleanup branches after merge ](https://github.com/jessfraz/branch-cleanup-action )
- [Automatically rebase a PR ](https://github.com/cirrus-actions/rebase )
- [Evaluate Clojure in the issue comment ](https://github.com/repetitive/actions/tree/master/clojure )
- [Create Pull Request when branch is pushed ](https://github.com/repetitive/actions/tree/master/auto-pull-request )
- [Label pull request once it has a specified number of approvals ](https://github.com/pullreminders/label-when-approved-action )
- [Add labels to Pull Request based on matched file patterns ](https://github.com/banyan/auto-label )
- [Auto approve pull requests ](https://github.com/hmarr/auto-approve-action )
2019-03-05 07:44:21 -05:00
- [Automatically add reviewers to pull request based on the configuration file ](https://github.com/kentaro-m/auto-assign )
2019-03-15 08:53:28 -04:00
- [Auto-commit back any changes made by previous actions ](https://github.com/cds-snc/github-actions/tree/master/auto-commit )
2019-04-11 09:25:36 -04:00
- [Add labels to Pull Request based on branch name patterns ](https://github.com/TimonVS/pr-labeler-action )
2019-06-30 07:58:05 -04:00
- [Add labels to Pull Request based on total size of the diff ](https://github.com/pascalgn/size-label-action )
- [Automatically merge Pull Requests that are ready ](https://github.com/pascalgn/automerge-action )
2019-07-20 01:50:37 -04:00
- [Verify pull requests contain a ticket reference ](https://github.com/vijaykramesh/pr-lint-action )
2019-07-20 21:48:55 -04:00
- [Create a pull request for changes to your repository in the actions workspace ](https://github.com/peter-evans/create-pull-request )
2019-08-21 11:37:41 -04:00
- [Pull Request Lint ](https://github.com/seferov/pr-lint-action )
2019-09-25 00:55:31 -04:00
- [ChatOps For Pull Requests ](https://github.com/machine-learning-apps/actions-chatops )
2019-10-07 08:14:19 -04:00
- [Prefix title and body of a PR based on text extracted from branch name ](https://github.com/tzkhan/pr-update-action )
2019-10-03 15:37:42 -04:00
- [Block Autosquash Commits ](https://github.com/xt0rted/block-autosquash-commits-action )
2019-09-26 10:27:58 -04:00
- [Automatically Bump and Tag on Merge ](https://github.com/anothrNick/github-tag-action )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### GitHub Pages
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Deploy a Zola site to GitHub Pages ](https://github.com/shalzz/zola-deploy-action )
- [Visualize your Dockerfile with a Container Tree ](https://www.github.com/vsoch/containertree )
- [Build Hugo static content site and publish it to gh-pages branch ](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages )
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch ](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages )
2019-02-27 10:36:32 -05:00
- [Google Dataset Search Metadata ](https://www.github.com/openschemas/extractors/ ) - And other schema.org extractors to make datasets discoverable from GitHub pages.
2019-03-02 14:30:24 -05:00
- [Deploy assets to GitHub pages ](https://github.com/maxheld83/ghpages ) - No building, just deploying.
2019-05-22 03:03:52 -04:00
- [GitHub Actions for deploying to GitHub Pages with Static Site Generators ](https://github.com/peaceiris/actions-gh-pages )
2019-09-13 22:01:57 -04:00
- [GitHub Action for Hexo ](https://github.com/heowc/action-hexo )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Notifications and Messages
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Confucious Wisdom (Pull Request Failure Message) ](https://github.com/vsoch/confucious-actions )
- [Send a Discord notification ](https://github.com/Ilshidur/action-discord )
- [Send a Slack message ](https://github.com/apex/actions/tree/master/slack )
- [Post a Slack message as a bot ](https://github.com/pullreminders/slack-action )
- [Update Twitter status ](https://github.com/xorilog/twitter-action )
2019-07-18 09:25:32 -04:00
- [Generate Tweet content to share pull request file(s) after merge ](https://github.com/vsoch/twitter-share-action/tree/master/pull_request_share )
2019-02-27 10:24:49 -05:00
- [Send an SMS from GitHub Actions using Nexmo ](https://github.com/nexmo-community/nexmo-sms-action )
- [Trigger emails with release notes with SendGrid ](https://github.com/bitoiu/release-notify-action )
- [Send email on failed GitHub Checks ](https://github.com/cirrus-actions/email )
- [Report webpack stats to packtracker.io ](https://github.com/packtracker/github-action )
- [Send a Telegram Message ](https://github.com/appleboy/telegram-action )
2019-03-04 02:41:33 -05:00
- [Send a File or Text Message to Discord (custom define color, username or avatar) ](https://github.com/appleboy/telegram-action )
2019-03-06 13:57:01 -05:00
- [Collaborate on tweets using pull requests ](https://github.com/gr2m/twitter-together )
2019-04-10 07:26:14 -04:00
- [Send a Push Notification via Pushover.net ](https://github.com/maddox/actions/tree/master/pushover )
2019-06-22 07:46:03 -04:00
- [Send a dynamic notification to any service using Apprise ](https://github.com/cstuder/apprise-ga )
2019-06-12 00:25:47 -04:00
- [Send a Push Notification via Push by Techulus ](https://github.com/techulus/push-github-action )
2019-07-20 21:48:55 -04:00
- [Send email with SendGrid ](https://github.com/peter-evans/sendgrid-action )
2019-09-11 04:40:37 -04:00
- [Send a Push Notification via Join ](https://github.com/ShaunLWM/action-join )
2019-09-29 05:05:21 -04:00
- [New package version checker for npm ](https://github.com/MeilCli/npm-update-check-action )
- [New package version checker for NuGet ](https://github.com/MeilCli/nuget-update-check-action )
- [New package version checker for Gradle ](https://github.com/MeilCli/gradle-update-check-action )
2019-01-10 17:06:14 -05:00
2019-02-27 17:29:14 -05:00
### Deployment
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Deploy to Netlify ](https://github.com/netlify/actions )
- [Deploy a Probot App using Actions ](https://probot.github.io/docs/deployment/#github-actions )
- [Deploy a playlist to Spotify ](https://github.com/swinton/SpotHub )
- [Deploy a serverless app to AWS Lambda with Up ](https://github.com/apex/actions/tree/master/up )
- [Deploy serverless infrastructure with AWS SAM ](https://github.com/apex/actions/tree/master/aws/sam )
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework ](https://github.com/swinton/serverless )
- [Deploy VS Code extensions with vsce ](https://github.com/lannonbr/vsce-action )
- [Deploy a Node.js App to Azure ](https://github.com/sdras/example-azure-node )
- [Deploy via rsync over ssh ](https://github.com/maxheld83/ghaction-rsync )
- [Deploy to any Cloud or Kubernetes Using Pulumi ](https://github.com/pulumi/actions )
- [Deploy a Cloudflare worker ](https://github.com/cpilsworth/cloudflare-worker-action )
- [Deploy your DNS configuration using DNS Control ](https://github.com/koenrh/dnscontrol-action )
- [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 )
2019-03-25 09:10:52 -04:00
- [Deploy a Theme to Shopify ](https://github.com/pgrimaud/action-shopify )
2019-03-04 01:36:14 -05:00
- [Trigger multiple GitLab CI Pipeline ](https://github.com/appleboy/gitlab-ci-action )
- [Trigger multiple Jenkins Jobs ](https://github.com/appleboy/jenkins-action )
2019-03-07 12:23:40 -05:00
- [GitHub Deployment API ](https://github.com/unacast/actions/tree/master/github-deploy )
2019-04-24 09:28:54 -04:00
- [GitHub Action for zem ](https://github.com/artemnovichkov/action-zem )
2019-05-06 11:48:51 -04:00
- [GitHub Action for Homebrew ](https://github.com/artemnovichkov/action-homebrew )
2019-05-20 01:58:27 -04:00
- [Deploy Lambda code to an existing function ](https://github.com/appleboy/lambda-action )
2019-05-20 01:57:18 -04:00
- [Copy files and artifacts via SSH ](https://github.com/appleboy/scp-action )
- [Executing remote ssh commands ](https://github.com/appleboy/ssh-action )
2019-06-04 12:11:23 -04:00
- [Deploy to Kubernetes with kubectl ](https://github.com/steebchen/kubectl )
2019-06-25 07:51:45 -04:00
- [Update a Docker Hub repository description from README.md ](https://github.com/peter-evans/dockerhub-description )
2019-08-22 00:20:25 -04:00
- [Purge Cloudflare cache after updating a website ](https://github.com/jakejarvis/cloudflare-purge-action )
2019-08-22 11:11:22 -04:00
- [Sync/upload a directory to an AWS S3 bucket ](https://github.com/jakejarvis/s3-sync-action )
2019-09-14 19:25:03 -04:00
- [Publish a Python distribution package to PyPI ](https://github.com/pypa/gh-action-pypi-publish )
2019-09-15 10:22:37 -04:00
- [Deploy Static Website to Azure Storage ](https://github.com/feeloor/azure-static-website-deploy )
2019-09-19 13:15:14 -04:00
- [Cross platform Chocolatey CLI to build and publish packages ](https://github.com/crazy-max/ghaction-chocolatey )
2019-09-22 01:29:38 -04:00
- [Deploy iOS Pod Library to Cocoapods ](https://github.com/michaelhenry/deploy-to-cocoapods-github-action )
2019-09-22 03:22:17 -04:00
- [GitHub Action for TencentCloud Serverless ](https://github.com/Juliiii/action-scf )
2019-09-23 16:21:30 -04:00
- [Publish npm (pre)releases ](https://github.com/epeli/npm-release/ )
2019-09-25 00:55:31 -04:00
- [Publish Docker Images to the GitHub Package Registry (GPR) ](https://github.com/machine-learning-apps/gpr-docker-publish )
2019-09-25 01:19:28 -04:00
- [Get Kubeconfig File From Google Kubernetes Engine (GKE) ](https://github.com/machine-learning-apps/gke-kubeconfig )
2019-10-07 16:35:12 -04:00
- [Deploy a static site to Surge.sh ](https://github.com/yavisht/deploy-via-surge.sh-github-action-template )
2019-09-30 00:24:30 -04:00
- [GitHub Action for GoReleaser, a release automation tool for Go projects ](https://github.com/goreleaser/goreleaser-action )
2019-10-08 22:02:40 -04:00
- [FTP Deploy Action, Deploys a GitHub project to a FTP server using GitHub actions ](https://github.com/SamKirkland/FTP-Deploy-Action )
2019-10-13 13:53:46 -04:00
- [Publish Article to Dev.to ](https://github.com/tylerauerbeck/publish-to-dev.to-action )
2019-01-10 17:06:14 -05:00
2019-02-27 17:29:14 -05:00
### External Services
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Use a Jenkinsfile ](https://github.com/jonico/jenkinsfile-runner-github-actions )
- [Configure a DNS Record on Cloudflare ](https://github.com/xorilog/cloudflare-dns-action )
- [Firebase ](https://github.com/natemoo-re/action-firebase )
- [GitHub Action for Firebase ](https://github.com/w9jds/firebase-action )
- [GitHub Action for JFrog CLI ](https://github.com/retgits/actions/tree/master/jfrog-cli )
- [GitHub Action for Contentful Migration CLI ](https://github.com/Shy/contentful-action )
2019-05-15 04:47:59 -04:00
- [GitHub Actions for Pixela (a-know/pi) ](https://github.com/peaceiris/actions-pixela )
2019-09-11 12:34:33 -04:00
- [GitHub Action for Google Cloud Platform (GCP) ](https://github.com/exelban/gcloud )
2019-10-01 02:25:44 -04:00
- [Upload files to any OpenStack Swift service provider ](https://github.com/iksaku/openstack-swift-action )
2019-10-08 14:50:13 -04:00
- [GitHub Action for sending Stack Overflow posts to Slack ](https://github.com/logankilpatrick/StackOverflowBot )
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Frontend Tools
2019-01-29 15:19:36 -05:00
2019-02-27 10:24:49 -05:00
- [Execute Gradle task ](https://github.com/MrRamych/gradle-actions )
2019-02-27 10:30:46 -05:00
- [JS Build Actions ](https://github.com/elstudio/actions-js-build ) - Run Grunt or Gulp build tasks and commit file changes.
2019-02-27 10:24:49 -05:00
- [Ember CLI Actions ](https://github.com/NuckChorris/ember-cli-actions )
- [GitHub Action for Gatsby CLI ](https://github.com/jzweifel/gatsby-cli-github-action )
2019-03-12 18:10:57 -04:00
- [Runs a WebPageTest audit and prints the results as commit comment ](https://github.com/JCofman/webPagetestAction )
2019-05-22 03:03:52 -04:00
- [GitHub Actions for Hugo extended ](https://github.com/peaceiris/actions-hugo )
2019-09-22 15:00:43 -04:00
- [Generate OG Image ](https://github.com/BoyWithSilverWings/generate-og-image ) - Generate customisable open graph images from Markdown files.
2019-01-29 15:19:36 -05:00
2019-02-27 17:29:14 -05:00
### Internet of Things (IOT)
2019-01-10 17:06:14 -05:00
2019-02-27 10:24:49 -05:00
- [Home Assistant Command ](https://github.com/maddox/actions/tree/master/home-assistant )
2018-10-20 21:08:16 -04:00
2019-09-25 00:55:31 -04:00
### Machine Learning Ops
- [Submitting Argo Workflows ](https://github.com/machine-learning-apps/actions-argo )
2019-09-25 16:51:34 -04:00
- [Query Experiment Tracking Results From Weights & Biases ](https://github.com/machine-learning-apps/wandb-action )
2019-09-25 00:55:31 -04:00
- [Run Parameterized Jupyter Notebooks ](https://github.com/yaananth/run-notebook )
2019-09-26 10:03:56 -04:00
### Performance Monitoring
2019-09-26 15:31:59 -04:00
- [Run Lighthouse in CI using GitHub Actions ](https://github.com/treosh/lighthouse-ci-action )
2019-09-26 10:03:56 -04:00
2019-10-09 05:11:25 -04:00
### Cheat Sheet
- [GitHub Actions Branding Cheat Sheet ](https://haya14busa.github.io/github-action-brandings/ )
2019-02-27 17:29:14 -05:00
## Tutorials
2018-10-20 21:08:16 -04:00
2019-02-27 10:24:49 -05:00
- [Introducing GitHub Actions ](https://css-tricks.com/introducing-github-actions/ )
- [Deploying to Firebase Hosting with GitHub Actions ](https://natemoo.re/posts/action-firebase )
- [Building GitHub Actions in Node.js ](https://jasonet.co/posts/building-github-actions-in-node/ )
- [GitHub Actions on Android project ](http://vgaidarji.me/blog/2019/01/27/github-actions )
2019-03-12 11:01:39 -04:00
- [A guide to GitHub Actions using Node.js ](https://datree.io/blog/git-workflow-automation-github-actions-node-js/ )
2019-06-14 12:30:11 -04:00
- [GitHub Actions for PHP Developers ](https://stefanzweifel.io/posts/github-actions-for-php-developers/ )
2019-08-18 03:52:08 -04:00
- [Continuous deployment of Next.js app with Up ](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400 )
2019-08-19 02:46:24 -04:00
- [Converting Docker-based Actions to JavaScript/TypeScript ](https://httgp.com/converting-github-actions-from-docker-to-javascript/ )
2019-09-18 02:01:23 -04:00
- [GitHub Actions CI for Swift/iOS Projects ](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a )
2018-10-22 21:22:30 -04:00
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information
2018-11-24 12:28:09 -05:00
## License
2019-02-27 10:34:07 -05:00
[![Creative Commons License ](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg )](https://creativecommons.org/publicdomain/zero/1.0/)