This commit is contained in:
sdras 2018-11-24 10:22:49 -07:00
commit 05da38a047
2 changed files with 11 additions and 3 deletions

View File

@ -10,7 +10,7 @@
> A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions). > A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions).
With GitHub Actions you can automate your workflow from idea to production. 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.
## Contents ## Contents
@ -37,9 +37,17 @@ With GitHub Actions you can automate your workflow from idea to production.
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
- [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
- [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions)
- [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub)
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
- [NPM Audit](https://github.com/JasonEtco/npm-audit-fix-action)
- [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action)
- [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action)
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
### Tutorials ### Tutorials
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
> Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md for more information > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information

View File

@ -24,7 +24,7 @@ Please ensure your pull request adheres to the following guidelines:
- Use the following format: `[List Name](link)` - Use the following format: `[List Name](link)`
- Link additions should be added to the bottom of the relevant category. - Link additions should be added to the bottom of the relevant category.
- New categories or improvements to the existing categorization are welcome. - New categories or improvements to the existing categorization are welcome.
- Please Check your spelling and grammar. - Please check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace. - Make sure your text editor is set to remove trailing whitespace.
- The pull request and commit should have a useful title. - The pull request and commit should have a useful title.
- The body of your commit message should contain a link to the repository. - The body of your commit message should contain a link to the repository.