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 >
## Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
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
- [Official Resources ](#official-resources )
2018-10-20 21:20:22 -04:00
- [Community Resources ](#community-resources )
2018-10-20 21:08:16 -04:00
- [Tutorials ](#tutorials )
### Official Resources
2018-10-20 21:20:22 -04:00
- [Official Site ](https://github.com/features/actions )
- [Documentation ](https://developer.github.com/actions/ )
- [Official Actions Collection ](https://github.com/actions )
2018-10-21 05:35:34 -04:00
- [GitHub Blog Announcement ](https://blog.github.com/2018-10-17-action-demos/ )
2018-10-20 21:08:16 -04:00
2018-10-20 21:20:22 -04:00
### Community Resources
2018-10-20 21:08:16 -04:00
2019-01-25 13:41:18 -05:00
- [Set pull request reviewers based on assignees ](https://github.com/pullreminders/assignee-to-reviewer-action )
2018-10-20 21:34:09 -04:00
- [Deploy a Node.js App to Azure ](https://github.com/sdras/example-azure-node )
2018-10-21 14:03:29 -04:00
- [Use HashiCorp's Terraform ](https://github.com/hashicorp/terraform-github-actions )
- [Trigger emails with release notes with SendGrid ](https://github.com/bitoiu/release-notify-action )
2018-10-21 14:14:14 -04:00
- [Deploy to Netlify ](https://github.com/netlify/actions )
2018-10-21 14:21:03 -04:00
- [Home Assistant Command ](https://github.com/maddox/actions/tree/master/home-assistant )
2018-10-21 14:19:53 -04:00
- [Sleep ](https://github.com/maddox/actions/tree/master/sleep )
- [Wait for 200 ](https://github.com/maddox/actions/tree/master/wait-for-200 )
2019-01-11 10:44:51 -05:00
- [Firebase ](https://github.com/natemoo-re/action-firebase )
2019-01-15 10:37:26 -05:00
- [SSH ](https://github.com/maddox/actions/tree/master/ssh )
2018-10-21 14:16:54 -04:00
- [Deploy to any Cloud or Kubernetes Using Pulumi ](https://github.com/pulumi/actions )
2018-10-21 14:56:12 -04:00
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment ](https://github.com/codeship/storybook-surge-github-action )
2019-01-25 13:40:08 -05:00
- [Post a Slack message as a bot ](https://github.com/pullreminders/slack-action )
2018-10-21 14:57:59 -04:00
- [Report webpack stats to packtracker.io ](https://github.com/packtracker/github-action )
2018-10-21 17:38:32 -04:00
- [Deploy a Probot App using Actions ](https://probot.github.io/docs/deployment/#github-actions )
2018-10-25 18:53:26 -04:00
- [Deploy a playlist to Spotify ](https://github.com/swinton/SpotHub )
2018-10-28 20:58:45 -04:00
- [Use a Jenkinsfile ](https://github.com/jonico/jenkinsfile-runner-github-actions )
2018-11-05 12:26:53 -05:00
- [NPM Audit ](https://github.com/JasonEtco/npm-audit-fix-action )
2018-11-20 14:11:26 -05:00
- [Cleanup branches after merge ](https://github.com/jessfraz/branch-cleanup-action )
- [Post gif on check fail ](https://github.com/jessfraz/shaking-finger-action )
2018-10-31 12:27:48 -04:00
- [Send an SMS from GitHub Actions using Nexmo ](https://github.com/nexmo-community/nexmo-sms-action )
2018-12-20 11:43:02 -05:00
- [Send a Slack message ](https://github.com/apex/actions/tree/master/slack )
2018-11-20 15:42:44 -05:00
- [Node.js Actions Toolkit ](https://github.com/JasonEtco/actions-toolkit )
2018-12-20 11:44:08 -05:00
- [Deploy a serverless app to AWS Lambda with Up ](https://github.com/apex/actions/tree/master/up )
2018-12-20 13:33:18 -05:00
- [Deploy serverless infrastructure with AWS SAM ](https://github.com/apex/actions/tree/master/aws/sam )
2018-11-29 16:47:05 -05:00
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework ](https://github.com/swinton/serverless )
2018-11-25 16:03:48 -05:00
- [Deploy VS Code extensions with vsce ](https://github.com/lannonbr/vsce-action )
2018-12-05 15:57:32 -05:00
- [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 )
2018-12-01 12:46:14 -05:00
- [Deploy a Cloudflare worker ](https://github.com/cpilsworth/cloudflare-worker-action )
2018-12-09 12:17:05 -05:00
- [Execute Gradle task ](https://github.com/MrRamych/gradle-actions )
2018-12-12 20:02:32 -05:00
- [Declaratively setup GitHub Labels ](https://github.com/lannonbr/issue-label-manager-action )
2018-12-07 11:23:16 -05:00
- [GitHub Actions for Yarn ](https://github.com/Borales/actions-yarn )
2018-12-20 14:27:59 -05:00
- [Snyk CLI Test Action ](https://github.com/clarkio/snyk-cli-action )
2019-01-17 06:49:05 -05:00
- [PHP Code fixer Action ](https://github.com/OskarStark/php-cs-fixer-ga )
- [PHPStan Static code analyzer Action ](https://github.com/OskarStark/phpstan-ga )
- [PHPQA toolsuite Action ](https://github.com/mickaelandrieu/phpqa-ga )
- [PHP Psalm Static code analyzer Action ](https://github.com/mickaelandrieu/psalm-ga )
2019-01-15 10:35:20 -05:00
- [Github Action for Firebase ](https://github.com/w9jds/firebase-action )
2019-01-17 13:33:27 -05:00
- [Create Release Archive ](https://github.com/lubusIN/actions/tree/master/archive )
- [Publish WordPress Plugin ](https://github.com/lubusIN/actions/tree/master/wordpress )
2019-01-16 04:31:34 -05:00
- [Run Cake tasks ](https://github.com/gep13/cake-actions )
2019-01-06 18:12:08 -05:00
- [PowerShell static analysis with PSScriptAnalyzer ](https://github.com/devblackops/github-action-psscriptanalyzer )
2019-01-12 21:37:02 -05:00
- [JS Build Actions ](https://github.com/elstudio/actions-js-build ) Run Grunt or Gulp build tasks and commit file changes
2019-01-16 00:11:08 -05:00
- [Ember CLI Actions ](https://github.com/NuckChorris/ember-cli-actions )
2018-12-19 11:59:46 -05:00
- [Runs Hadolint against a Dockerfile within a repository ](https://github.com/burdzwastaken/hadolint-action )
2019-01-22 13:43:52 -05:00
- [Send email on failed GitHub Checks ](https://github.com/cirrus-actions/email )
- [Automatically rebase a PR ](https://github.com/cirrus-actions/rebase )
2019-01-06 18:25:09 -05:00
- [Run psake tasks ](https://github.com/devblackops/psake-github-actions )
2019-01-25 14:31:04 -05:00
- [Update Twitter status ](https://github.com/xorilog/twitter-action )
2019-01-26 05:37:30 -05:00
- [GitHub Actions for Golang ](https://github.com/cedrickring/golang-action )
2018-12-18 15:12:27 -05:00
- [Configure a DNS Record on Cloudflare ](https://github.com/xorilog/cloudflare-dns-action )
2019-01-08 17:47:42 -05:00
- [GitHub Action for Gatsby CLI ](https://github.com/jzweifel/gatsby-cli-github-action )
2019-01-25 16:13:32 -05:00
- [Send a Discord notification ](https://github.com/Ilshidur/action-discord )
2019-01-18 14:06:27 -05:00
- [GraphQL Inspector Action ](https://github.com/kamilkisiela/graphql-inspector )
2019-01-27 14:28:59 -05:00
- [Lint a Dockerfile (using replicatedhq/dockerfilelint) ](https://github.com/jwr0/dockerfile-linter-action )
2019-01-27 07:20:24 -05:00
- [Android Build and Emulator Actions ](https://github.com/vgaidarji/android-github-actions )
2019-01-17 03:27:35 -05:00
- [Build Hugo static content site and publish it to gh-pages branch ](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages )
2018-10-20 21:08:16 -04:00
2019-01-24 11:07:19 -05:00
### Collection of actions
- [Many linters and autofixers for various languages../ ](https://github.com/bltavares/actions )
2018-10-20 21:08:16 -04:00
### Tutorials
2018-10-20 21:20:22 -04:00
- [Introducing GitHub Actions ](https://css-tricks.com/introducing-github-actions/ )
2019-01-11 10:44:51 -05:00
- [Deploying to Firebase Hosting with GitHub Actions ](https://natemoo.re/posts/action-firebase )
2019-01-26 21:33:14 -05:00
- [Building GitHub Actions in Node.js ](https://jasonet.co/posts/building-github-actions-in-node/ )
2018-10-20 21:08:16 -04:00
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
[![Creative Commons License ](http://i.creativecommons.org/p/zero/1.0/88x31.png )](http://creativecommons.org/publicdomain/zero/1.0/)