mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
453083a0ad
Add a link to actions to run Gulp or Grunt build tasks then commit any asset file changes. These are two separate actions: - build: Runs either Gulp, Grunt or NPM (whichever is configured) - commit: Commits and pushes asset file changes Used together, these are perfect for running SASS/CSS compilation or JS transpiliation build actions.
3.8 KiB
3.8 KiB
Awesome Actions
A curated list of awesome things related to GitHub Actions.
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
Official Resources
Community Resources
- Deploy a Node.js App to Azure
- Use HashiCorp's Terraform
- Trigger emails with release notes with SendGrid
- Deploy to Netlify
- Home Assistant Command
- Sleep
- Wait for 200
- Deploy to any Cloud or Kubernetes Using Pulumi
- Using surge.sh, deploy your branch specific storybook as a pull request deployment
- Report webpack stats to packtracker.io
- Deploy a Probot App using Actions
- Deploy a playlist to Spotify
- Use a Jenkinsfile
- NPM Audit
- Cleanup branches after merge
- Post gif on check fail
- Send an SMS from GitHub Actions using Nexmo
- Send a Slack message
- Node.js Actions Toolkit
- Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework
- Deploy VS Code extensions with vsce
- Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch
- Deploy a Cloudflare worker
- Declaratively setup GitHub Labels
- GitHub Actions for Yarn
- Snyk CLI Test Action
- JS Build Actions Run Grunt or Gulp build tasks and commit file changes
Tutorials
Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md for more information