https://github.com/Correia-jpv/fucking-awesome-actions
A curated list of awesome actions to use on GitHub. With repository starsβ and forksπ΄
https://github.com/Correia-jpv/fucking-awesome-actions
List: fucking-awesome-actions
actions actions-list automation awesome awesome-list awesome-lists cd ci cicd continuous-delivery continuous-deployment continuous-integration curated-list github github-action github-actions list workflow workflow-automation workflow-management
Last synced: 23 days ago
JSON representation
A curated list of awesome actions to use on GitHub. With repository starsβ and forksπ΄
- Host: GitHub
- URL: https://github.com/Correia-jpv/fucking-awesome-actions
- Owner: Correia-jpv
- License: cc0-1.0
- Created: 2022-02-06T12:26:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:35:17.000Z (11 months ago)
- Last Synced: 2024-05-22T19:05:37.989Z (11 months ago)
- Topics: actions, actions-list, automation, awesome, awesome-list, awesome-lists, cd, ci, cicd, continuous-delivery, continuous-deployment, continuous-integration, curated-list, github, github-action, github-actions, list, workflow, workflow-automation, workflow-management
- Homepage:
- Size: 1010 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- ultimate-awesome - fucking-awesome-actions - A curated list of awesome actions to use on GitHub. With repository starsβ and forksπ΄. (Other Lists / Julia Lists)
README
![]()
# Awesome Actions [](https://github.com/sindresorhus/awesome) [](https://github.com/correia-jpv/fucking-awesome-actions/actions?workflow=Lint+Awesome+List)
> 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 either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.
## Contents
- [Official Resources](#official-resources)
- [Workflow Examples](#workflow-examples)
- [Official Actions](#official-actions)
- [Create your Actions](#create-your-actions)
- [Community Resources](#community-resources)
- [GitHub Tools and Management](#github-tools-and-management)
- [Collection of Actions](#collection-of-actions)
- [Utility](#utility)
- [Static Analysis](#static-analysis)
- [Dynamic Analysis](#dynamic-analysis)
- [Monitoring](#monitoring)
- [Pull Requests](#pull-requests)
- [GitHub Pages](#github-pages)
- [Notifications and Messages](#notifications-and-messages)
- [Deployment](#deployment)
- [External Services](#external-services)
- [Frontend Tools](#frontend-tools)
- [Machine Learning Ops](#machine-learning-ops)
- [Build](#build)
- [Database](#database)
- [Networking](#networking)
- [Localization](#localization)
- [Fun](#fun)
- [Cheat Sheet](#cheat-sheet)
- [Tutorials](#tutorials)## Official Resources
-
?β
?π΄
[Official Site](https://github.com/features/actions))
- π [Official Documentation](help.github.com/en/actions)
- [Official Actions organization](https://github.com/actions)
-10904β
3290π΄
[actions/virtual-environments](https://github.com/actions/virtual-environments)) - GitHub Actions virtual environments.
-5213β
1031π΄
[actions/runner](https://github.com/actions/runner)) - The Runner for GitHub Actions.
- π [GitHub Blog Announcement](github.blog/2018-10-17-action-demos/)### Workflow Examples
-
9957β
5850π΄
[actions/starter-workflows](https://github.com/actions/starter-workflows)) - Starter workflow management.
-250β
230π΄
[actions/example-services](https://github.com/actions/example-services)) - Example workflows using service containers.### Official Actions
#### Workflow Tool Actions
Tool actions for your workflow.
-
6383β
1911π΄
[actions/checkout](https://github.com/actions/checkout)) - Setup your repository on your workflow.
-3474β
818π΄
[actions/upload-artifact](https://github.com/actions/upload-artifact)) - Upload artifacts from your workflow.
-1528β
552π΄
[actions/download-artifact](https://github.com/actions/download-artifact)) - Download artifacts from your build.
-4790β
1302π΄
[actions/cache](https://github.com/actions/cache)) - Cache dependencies and build outputs in GitHub Actions.
-4437β
448π΄
[actions/github-script](https://github.com/actions/github-script)) - Write a script for GitHub API and the workflow contexts.#### Actions for GitHub Automation
Automate management for issues, pull requests, and releases.
-
1351β
315π΄
[actions/create-release](https://github.com/actions/create-release)) - An Action to create releases via the GitHub Release API.
-699β
195π΄
[actions/upload-release-asset](https://github.com/actions/upload-release-asset)) - An Action to upload a release asset via the GitHub Release API.
-780β
346π΄
[actions/first-interaction](https://github.com/actions/first-interaction)) - An action for filtering pull requests and issues from first-time contributors.
-1444β
382π΄
[actions/stale](https://github.com/actions/stale)) - Marks issues and pull requests that have not had recent interaction.
-2112β
435π΄
[actions/labeler](https://github.com/actions/labeler)) - An action for automatically labelling pull requests.
-371β
87π΄
[actions/delete-package-versions](https://github.com/actions/delete-package-versions)) - Delete versions of a package from GitHub Packages.#### Setup Actions
Set up your GitHub Actions workflow with a specific version of your programming languages.
-
4143β
1366π΄
[actions/setup-node: Node.js](https://github.com/actions/setup-node))
-1854β
595π΄
[actions/setup-python: Python](https://github.com/actions/setup-python))
-1469β
562π΄
[actions/setup-go: Go](https://github.com/actions/setup-go))
-1003β
502π΄
[actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet))
-71β
30π΄
[actions/setup-haskell: Haskell (GHC and Cabal)](https://github.com/actions/setup-haskell))
-1629β
769π΄
[actions/setup-java: Java](https://github.com/actions/setup-java))
-175β
70π΄
[actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby))
-155β
38π΄
[actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir))
-96β
25π΄
[actions/setup-julia: Julia](https://github.com/julia-actions/setup-julia))### Create your Actions
#### JavaScript and TypeScript Actions
-
5225β
1532π΄
[actions/toolkit](https://github.com/actions/toolkit)) - The GitHub ToolKit for developing GitHub Actions.
-262β
230π΄
[actions/hello-world-javascript-action](https://github.com/actions/hello-world-javascript-action)) - A template to demonstrate how to build a JavaScript action.
-1048β
400π΄
[actions/javascript-action](https://github.com/actions/javascript-action)) - Create a JavaScript Action.
-2183β
513π΄
[actions/typescript-action](https://github.com/actions/typescript-action)) - Create a TypeScript Action.
-73β
33π΄
[actions/http-client](https://github.com/actions/http-client)) - A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await.#### Docker Container Actions
-
172β
180π΄
[actions/hello-world-docker-action](https://github.com/actions/hello-world-docker-action)) - A template to demonstrate how to build a Docker action.
-134β
26π΄
[actions/container-toolkit-action](https://github.com/actions/container-toolkit-action)) - Template repo for creating container actions using actions/toolkit.## Community Resources
### GitHub Tools and Management
-
190β
22π΄
[Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action))
-206β
34π΄
[Action to sync GitHub labels in the declarative way](https://github.com/micnncim/action-label-syncer))
-198β
57π΄
[Add releases to GitHub](https://github.com/elgohr/Github-Release-Action))
-782β
209π΄
[Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action))
-151β
33π΄
[Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file))
-4608β
502π΄
[Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release))
-334β
95π΄
[GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus)) - Automate GitHub Project cards with any webhook event.
-252β
7π΄
[Run GitHub Actions Locally with a web interface](https://github.com/phishy/wflow))
-58868β
1493π΄
[Run GitHub Actions Locally in Terminal](https://github.com/nektos/act))
-66β
59π΄
[Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk))
-139β
59π΄
[Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number))
-1224β
235π΄
[Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action))
-119β
20π΄
[Generate release notes based on your events](https://github.com/Decathlon/release-notes-generator-action))
-98β
20π΄
[Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action))
-96β
16π΄
[Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action))
-49β
44π΄
[Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action))
-167β
49π΄
[Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action))
-169β
36π΄
[Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader))
-35β
6π΄
[Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it))
-57β
10π΄
[Rollback a GitHub Release](https://github.com/author/action-rollback))
-317β
37π΄
[Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads))
-8β
2π΄
[Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action))
-141β
33π΄
[Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator))
-463β
53π΄
[Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform))
-49β
11π΄
[Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label))
-9β
1π΄
[Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu))
-335β
45π΄
[Create Issue Branch](https://github.com/robvanderleek/create-issue-branch))
-351β
57π΄
[Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts))
-41β
7π΄
[Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action))
-8β
5π΄
[Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action))
-77β
13π΄
[Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action))
-95β
11π΄
[Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions)) - Automation of policy enforcement, chat-ops, and automatic PR merging.
-39β
7π΄
[Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status))
-149β
17π΄
[Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler))
-122β
18π΄
[Continuous Distribution of Funding to your Project Contributors and Dependencies](https://github.com/protontypes/libreselery))
-56β
6π΄
[Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action))
-228β
50π΄
[GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator)) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations.
-106β
27π΄
[Copybara Action](https://github.com/olivr/copybara-action)) - Move and transform code between repositories (ideal to maintain several repos from one monorepo).### Collection of Actions
-
1449β
253π΄
[Use HashiCorp's Terraform](https://github.com/hashicorp/setup-terraform))
-309β
60π΄
[GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn))
-15β
1π΄
[GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions))
-133β
33π΄
[GitHub Actions for Golang](https://github.com/cedrickring/golang-action))
- [GitHub Actions for R and accompanying #rstats package](http://maxheld.de/ghactions/)
-?β
?π΄
[GitHub Actions for WordPress](https://github.com/10up/actions-wordpress/))
-34β
11π΄
[GitHub Actions for Composer](https://github.com/MilesChou/composer-action))
-2380β
220π΄
[GitHub Actions for Flutter](https://github.com/subosito/flutter-action))
-3015β
373π΄
[GitHub Actions for PHP](https://github.com/shivammathur/setup-php))
- [GitHub Actions for Rust](https://github.com/actions-rs)
-186β
23π΄
[GitHub Actions for Android](https://github.com/Malinskiy/action-android))
- [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions)
-181β
16π΄
[GitHub Actions for Deno](https://github.com/denolib/setup-deno))
-1018β
120π΄
[GitHub Actions for Unity](https://github.com/webbertakken/unity-actions))
-38β
3π΄
[Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions))
-163β
34π΄
[GitHub Actions for Docker](https://github.com/docker/github-actions))
-120β
6π΄
[GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions))
- [Actions Hub](https://github.com/actionshub)### Utility
-
1307β
275π΄
[Setup `ssh-agent`](https://github.com/webfactory/ssh-agent)) - Run `ssh-agent` with additional SSH keys to access private repositories.
-204β
13π΄
[GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge))
-451β
47π΄
[GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry))
-41β
20π΄
[GitHub Actions for Python project with pyenv](https://github.com/gabrielfalcao/pyenv-action))
-1198β
140π΄
[GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action))
-5β
1π΄
[Update Maxmind Databases](https://github.com/meetup/maxmind-updater))
-3120β
299π΄
[Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate)) - Debug the Action directly by providing a SSH connection.
-50β
24π΄
[Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock))
-69β
10π΄
[Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo))
-709β
162π΄
[Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action))
-232β
29π΄
[Generate a table of contents](https://github.com/technote-space/toc-generator))
-60β
20π΄
[Automatically add Label or Assignee to an Issue](https://github.com/Naturalclar/issue-action))
-81β
11π΄
[Action to send LGTM reaction as image or GIF when we say lgtm](https://github.com/micnncim/action-lgtm-reaction))
-21β
5π΄
[Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum))
-139β
18π΄
[Publish GitHub release artifacts](https://github.com/skx/github-action-publish-binaries))
-6β
1π΄
[Jekyll Diff Action](https://github.com/David-Byrne/jekyll-diff-action)) - Diffs the built Jekyll site after a change, and comments the result back to GitHub.
-72β
18π΄
[Branch Protection Bot](https://github.com/benjefferies/branch-protection-bot)) - Temporarily disable and re-enable "Include administrators" option in branch protection.
-103β
12π΄
[Wait for commit statuses](https://github.com/WyriHaximus/github-action-wait-for-status)) - Wait until all statuses and checks are successful or any of them has failed and set its status output accordingly.
-188β
51π΄
[Get Latest Tag](https://github.com/WyriHaximus/github-action-get-previous-tag)) - Get the previous tag from git.
-17β
5π΄
[Create Milestone](https://github.com/WyriHaximus/github-action-create-milestone)) - Create a new open milestone given the title and description.
-4β
0π΄
[Close Milestone](https://github.com/WyriHaximus/github-action-close-milestone)) - Close the given milestone.
-79β
41π΄
[Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name))
-?β
?π΄
[Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug))
-20β
5π΄
[awesome-lint as a GitHub Action](https://github.com/max/awesome-lint))
-12β
1π΄
[Edit JSON File](https://github.com/deef0000dragon1/json-edit-action))
-18β
11π΄
[Build Slate documentation](https://github.com/Decathlon/slate-builder-action))
-22β
6π΄
[Read Properties](https://github.com/christian-draeger/read-properties)) - Read values from `.properties` files.
-14β
4π΄
[Write Properties](https://github.com/christian-draeger/write-properties)) - Write values to `.properties` files.
-78β
46π΄
[Autotag](https://github.com/butlerlogic/action-autotag)) - Automatically generate a new tag when the manifest file (i.e. `package.json`) version changes.
-44β
43π΄
[Apply templates with Jinja2](https://github.com/cuchi/jinja2-action)) - Use the Jinja2 template engine to generate files from templates.
-32β
12π΄
[Has Changes](https://github.com/UnicornGlobal/has-changes-action)) - Check if there are code changes from previous steps.
-18β
2π΄
[Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action)) - Detect offensive comments in issues and pull requests, and warn senders.
-28β
4π΄
[YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action)) - Converts YAML/JSON/XML file formats interchangeably.
-17β
4π΄
[NSFW Detection](https://github.com/fabasoad/nsfw-detection-action)) - Detect NSFW content in committed files.
-227β
33π΄
[Has Changed Path](https://github.com/MarceloPrado/has-changed-path)) - Conditionally run actions based on changed paths.
-7β
0π΄
[Linguist](https://github.com/fabasoad/linguist-action)) - Checks a repository and produces information about used languages in output.
-?β
?π΄
[Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/)) - Make Twilio voice call with defined text.
-303β
31π΄
[Setup Xcode](https://github.com/maxim-lobanov/setup-xcode)) - Switch between pre-installed versions of Xcode for macOS images.
-34β
6π΄
[Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin)) - Switch between pre-installed versions of Xamarin and Mono for macOS images.
-37β
6π΄
[Memer Action](https://github.com/Bhupesh-V/memer-action)) - A GitHub Action for Programmer Memes xD.
-31β
8π΄
[Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods)) - Setup specific version of Cocoapods.
-122β
26π΄
[Public IP](https://github.com/haythem/public-ip)) - Queries GitHub actions runner's public IP address.
-50β
13π΄
[GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus))
-?β
?π΄
[Twilio Fax](https://github.com/fabasoad/twilio-fax-action/)) - Sends a document by fax using your Twilio account.
-83β
25π΄
[Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools)) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner.
-5β
0π΄
[Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl)) - Install a specific version of ecctl on the runner.
-48β
8π΄
[PowerShell Script](https://github.com/Amadevus/pwsh-script)) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output.
-177β
20π΄
[Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal))
-335β
82π΄
[Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg))
-58β
3π΄
[Compress with UPX](https://github.com/crazy-max/ghaction-upx)) - The Ultimate Packer for eXecutables.
-26β
8π΄
[Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action)) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release.
-?β
?π΄
[Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts)) - Deletes all artifacts at the end of a workflow run.
-186β
23π΄
[GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action)) - Expose environment variables such as the branch/tag name, repository slug, and ref slug.
-16β
1π΄
[GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md)) - Guarantee atomic execution of your GitHub Action workflows.
-2449β
286π΄
[Paths Filter](https://github.com/dorny/paths-filter)) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
-48β
1π΄
[Minisauras](https://github.com/TeamTigers/minisauras)) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch.
-140β
15π΄
[Website to GIF](https://github.com/PabloLec/website-to-gif)) - Turn any webpage into a GIF to display on your README, docs, etc.
-17β
1π΄
[Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs)) - Add dynamic inputs at runtime for your GitHub Actions workflows#### Environments
-
440β
75π΄
[Create an envfile](https://github.com/SpicyPizza/create-envfile))
-6β
2π΄
[Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions))
-50β
7π΄
[Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env))
-1β
0π΄
[Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda))
-4β
2π΄
[Setup NativeScript](https://github.com/hrueger/setup-nativescript))
-15β
14π΄
[Create a JSON Environment File](https://github.com/schdck/create-env-json))#### Dependencies
-
664β
72π΄
[Install NPM Dependencies with Caching](https://github.com/bahmutov/npm-install))
-27β
7π΄
[Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action)) - Comments on pull requests newly added NPM dependencies information.
-17β
4π΄
[Cache NPM Dependencies](https://github.com/c-hive/gha-npm-cache))
-91β
15π΄
[Cache Yarn Dependencies](https://github.com/c-hive/gha-yarn-cache))#### Semantic Versioning
-
59β
12π΄
[Next SemVers](https://github.com/WyriHaximus/github-action-next-semvers)) - Output the next version for major, minor, and patch version based on the given semver version.
-4β
1π΄
[Get latest SemVer and branch name given a search string](https://github.com/jessicalostinspace/github-action-get-regex-branch))
-10β
0π΄
[Cut Release Branch](https://github.com/jessicalostinspace/cut-release-action)) - Cuts a release branch given a branch prefix and optional semantic version.
-85β
25π΄
[Increment Semantic Version](https://github.com/christian-draeger/increment-semantic-version)) - Bump a given semantic version (SemVer), depending on given release type.### Static Analysis
-
100β
20π΄
[PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga))
-1688β
193π΄
[GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector))
-74β
14π΄
[PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer))
-74β
24π΄
[Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec))#### Testing
-
93β
19π΄
[Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer))
-12β
8π΄
[xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter))
-15β
4π΄
[Run codeception tests](https://github.com/joelwmale/codeception-action))
-36β
16π΄
[Run TestCafe tests](https://github.com/DevExpress/testcafe-action))
-226β
141π΄
[Run Unity tests](https://github.com/webbertakken/unity-test-runner))
-1386β
365π΄
[Run Cypress E2E tests](https://github.com/cypress-io/github-action))
-54β
8π΄
[Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action))
-10β
5π΄
[Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery))
-7β
7π΄
[Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action))
-16β
5π΄
[Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action))
-59β
28π΄
[Run Julia tests](https://github.com/julia-actions/julia-runtest))#### Linting
-
188β
35π΄
[PHP Coding Standards Fixer Action](https://github.com/OskarStark/php-cs-fixer-ga))
-13β
3π΄
[Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action))
-250β
65π΄
[Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint))
-15β
2π΄
[JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js))
-111β
23π΄
[Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint))
-85β
14π΄
[autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8))
-26β
4π΄
[Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action))
-0β
0π΄
[Run `stolt/lean-package-validator` to ensure your package has only the required `runtime` artifacts](https://github.com/raphaelstolt/lean-package-validator-action))
-10β
2π΄
[Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action))
-37β
8π΄
[Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter))
-21β
10π΄
[Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint))
-47β
24π΄
[Run stylelint, with reviewdog output on the PR](https://github.com/reviewdog/action-stylelint))
-8β
4π΄
[PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action))
-2689β
399π΄
[wemake-python-styleguide - The strictest and most opinionated python linter ever, with optional reviewdog output on the PR](https://github.com/wemake-services/wemake-python-styleguide))
-34β
18π΄
[Run TSLint with status checks and file diff annotations](https://github.com/mooyoul/tslint-actions))
-370β
60π΄
[Lint Pull Request commits with commitlint](https://github.com/wagoid/commitlint-github-action))
-10β
2π΄
[Run vint, with reviewdog output on the PR](https://github.com/reviewdog/action-vint))
-95β
27π΄
[Run mispell, with reviewdog output on the PR](https://github.com/reviewdog/action-misspell))
-229β
44π΄
[Run golangci-lint, with reviewdog output on the PR](https://github.com/reviewdog/action-golangci-lint))
-104β
23π΄
[Run shellcheck, with reviewdog output on the PR](https://github.com/reviewdog/action-shellcheck))
-14β
1π΄
[Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action))
-290β
9π΄
[Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter))
-18β
4π΄
[Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter))
-594β
145π΄
[Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action))
-55β
28π΄
[PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action))
-79β
13π΄
[Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint))
-19β
4π΄
[Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher))
-24β
7π΄
[Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck))
-25β
2π΄
[Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata))
-6β
3π΄
[Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action))#### Security
-
32β
3π΄
[A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action))
-316β
31π΄
[Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action))
-4β
2π΄
[Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check))
-62β
37π΄
[AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions)) - Define AWS Secrets Manager secrets to environment values.
-38β
3π΄
[Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint))
-37β
3π΄
[Secret Spreader](https://github.com/webfactory/secret-spreader)) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories.
-318β
92π΄
[Secrets Sync Action](https://github.com/google/secrets-sync-action)) - Action syncs secrets across multiple repositories.
-545β
188π΄
[Snyk Test Action](https://github.com/snyk/actions))
-44β
4π΄
[Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets))
-46β
16π΄
[SecretHub](https://github.com/secrethub/actions)) - Have a single source of truth for your secrets and load them into GitHub Actions on demand.#### Code Coverage
-
607β
230π΄
[Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action))
-1543β
225π΄
[Send your code coverage to codecov.io](https://github.com/codecov/codecov-action))
-205β
66π΄
[Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action))
-13β
2π΄
[Update repository go report card](https://github.com/creekorful/goreportcard-action))### Dynamic Analysis
-
13β
9π΄
[Run Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action))
-5β
2π΄
[Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action))### Monitoring
-
344β
29π΄
[Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action))
-489β
23π΄
[Runs Lighthouse and posts results to PRs and Slack](https://github.com/foo-software/lighthouse-check-action))
-1201β
87π΄
[Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action))
-150β
13π΄
[Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata))
-458β
83π΄
[Size Limit Action](https://github.com/andresz1/size-limit-action)) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded.
-51β
8π΄
[Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia)) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed.### Pull Requests
-
123β
111π΄
[Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action))
-174β
64π΄
[Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action))
-694β
142π΄
[Automatically Rebase a PR](https://github.com/cirrus-actions/rebase))
-192β
131π΄
[Label PR once it has a Specified Number of Approvals](https://github.com/pullreminders/label-when-approved-action))
-63β
10π΄
[Add Labels to a PR based on Matched File Patterns](https://github.com/banyan/auto-label))
-431β
86π΄
[Auto-Approve PRs](https://github.com/hmarr/auto-approve-action))
-329β
93π΄
[Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action))
-252β
52π΄
[Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action))
-93β
50π΄
[Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action))
-883β
215π΄
[Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action))
-77β
23π΄
[Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action))
-2320β
457π΄
[Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request))
-120β
23π΄
[Lint a PR](https://github.com/seferov/pr-lint-action))
-75β
9π΄
[ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops))
-80β
59π΄
[Prefix Title and Body of a PR Based on Text Extracted from Branch Name](https://github.com/tzkhan/pr-update-action))
-18β
13π΄
[Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action))
-808β
383π΄
[Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action))
-142β
24π΄
[Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash))
-32β
11π΄
[Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action))
-136β
81π΄
[Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title))
-?β
?π΄
[Pull Request Stuck Notifier](https://github.com/jrylan/github-action-stuck-pr-notifier))
-82β
12π΄
[Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action))
-6β
3π΄
[Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard))
-21β
1π΄
[Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action))
-5β
0π΄
[Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action))
-46β
34π΄
[Ticket Check Action](https://github.com/neofinancial/ticket-check-action)) - Automatically add a ticket or issue number to the start of all Pull Request titles.
-65β
25π΄
[Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action))
-34β
2π΄
[Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine))
-193β
24π΄
[Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle))
-377β
79π΄
[Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats)) - Print relevant stats about reviewers.
-?β
?π΄
[Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer)) - Enforces description on pull requests.### GitHub Pages
-
253β
97π΄
[Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action))
-42β
14π΄
[Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages))
-121β
59π΄
[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))
- π [Google Dataset Search Metadata](www.github.com/openschemas/extractors/) - And other schema.org extractors to make datasets discoverable from GitHub pages.
-4885β
398π΄
[GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages))
-31β
5π΄
[GitHub Action for Hexo](https://github.com/heowc/action-hexo))
-16β
4π΄
[Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google))
-3538β
747π΄
[A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages))
-27β
0π΄
[Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action)) - Deploy to custom directory and ignore folder/file.
-471β
53π΄
[Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages))### Notifications and Messages
-
426β
83π΄
[Send a Discord notification](https://github.com/Ilshidur/action-discord))
-270β
39π΄
[Post a Slack message as a bot](https://github.com/pullreminders/slack-action))
-14β
11π΄
[Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action))
-3β
0π΄
[Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action))
-907β
113π΄
[Send a Telegram Message](https://github.com/appleboy/telegram-action))
-110β
11π΄
[Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action))
-4β
0π΄
[Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together))
-74β
18π΄
[Send a Push Notification via Push by Techulus](https://github.com/techulus/push-github-action))
-34β
20π΄
[Send email with SendGrid](https://github.com/peter-evans/sendgrid-action))
-5β
0π΄
[Send a Push Notification via Join](https://github.com/ShaunLWM/action-join))
-24β
1π΄
[New package version checker for npm](https://github.com/MeilCli/npm-update-check-action))
-9β
1π΄
[New package version checker for NuGet](https://github.com/MeilCli/nuget-update-check-action))
-16β
2π΄
[New package version checker for Gradle](https://github.com/MeilCli/gradle-update-check-action))
-9β
3π΄
[Send a Push Notification via Pushbullet](https://github.com/ShaunLWM/action-pushbullet))
-10β
3π΄
[Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event))
-16β
3π΄
[Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action))
-4β
1π΄
[Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action))
-38β
4π΄
[Reply to Stale Bots](https://github.com/c-hive/fresh-bot))
-182β
22π΄
[Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord))
-66β
26π΄
[Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync))
-39β
8π΄
[Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions))### Deployment
-
375β
56π΄
[Deploy to Netlify](https://github.com/netlify/actions))
- π [Deploy a Probot App using Actions](probot.github.io/docs/deployment/#github-actions)
-115β
22π΄
[Deploy a playlist to Spotify](https://github.com/swinton/SpotHub))
-90β
14π΄
[Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action))
-138β
21π΄
[Purge Cloudflare cache after updating a website](https://github.com/jakejarvis/cloudflare-purge-action))
-83β
43π΄
[Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action))
-132β
43π΄
[Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify))
-64β
11π΄
[Trigger multiple GitLab CI Pipeline](https://github.com/appleboy/gitlab-ci-action))
-92β
29π΄
[Trigger multiple Jenkins Jobs](https://github.com/appleboy/jenkins-action))
-13β
0π΄
[GitHub Action for Homebrew Tap](https://github.com/izumin5210/action-homebrew-tap))
-1347β
140π΄
[Copy files and artifacts via SSH](https://github.com/appleboy/scp-action))
-5220β
612π΄
[Executing remote ssh commands](https://github.com/appleboy/ssh-action))
-1009β
96π΄
[Publish a Python distribution package to PyPI](https://github.com/pypa/gh-action-pypi-publish))
-17β
13π΄
[Deploy Static Website to Azure Storage](https://github.com/feeloor/azure-static-website-deploy))
-76β
8π΄
[Cross platform Chocolatey CLI to build and publish packages](https://github.com/crazy-max/ghaction-chocolatey))
-37β
4π΄
[Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action))
-3β
0π΄
[GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf))
-?β
?π΄
[Publish npm (pre)releases](https://github.com/epeli/npm-release/))
-87β
13π΄
[Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template))
-900β
81π΄
[GitHub Action for GoReleaser, a release automation tool for Go projects](https://github.com/goreleaser/goreleaser-action))
-4179β
385π΄
[FTP Deploy Action, Deploys a GitHub project to a FTP server using GitHub actions](https://github.com/SamKirkland/FTP-Deploy-Action))
-24β
1π΄
[Publish Article to Dev.to](https://github.com/tylerauerbeck/publish-to-dev.to-action))
-587β
99π΄
[Action For Semantic Release](https://github.com/cycjimmy/semantic-release-action))
-97β
8π΄
[Deploy a Collection to Ansible Galaxy](https://github.com/artis3n/ansible_galaxy_collection))
-8β
2π΄
[Publish module to Puppet Forge](https://github.com/barnumbirr/action-forge-publish))
-689β
214π΄
[Build and publish Electron apps](https://github.com/samuelmeuli/action-electron-builder))
-102β
23π΄
[Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish))
-368β
47π΄
[Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme))
-32β
5π΄
[Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action))
-10β
2π΄
[Publish one or more JS modules to a registry](https://github.com/author/action-publish))
-11β
0π΄
[Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action))
-317β
61π΄
[Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle))
-341β
44π΄
[Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify))
-34β
11π΄
[Run Ansible Playbooks](https://github.com/arillso/action.playbook))
-27β
21π΄
[Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action))
-218β
15π΄
[Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension))
-134β
73π΄
[Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm))
-22β
8π΄
[Deploy with AWS CodeDeploy](https://github.com/webfactory/create-aws-codedeploy-deployment))#### Docker
-
347β
51π΄
[Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description))
-53β
22π΄
[Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish))
-4β
2π΄
[Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata))
-124β
57π΄
[Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action))
-125β
5π΄
[Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit))
-24β
6π΄
[Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action))
-345β
57π΄
[Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action))
-226β
17π΄
[Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx))
-?β
?π΄
[Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/))
-?β
?π΄
[Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action)) - Supported Registries: Docker Hub, Quay, Harbor.#### Kubernetes
-
269β
78π΄
[Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions))
-217β
75π΄
[Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl))
-13β
5π΄
[Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig))
-47β
28π΄
[Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action))
-4β
0π΄
[Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action))#### AWS
-
1064β
490π΄
[Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action))
-417β
57π΄
[Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action))#### Terraform
-
39β
9π΄
[Generate terraform documentation](https://github.com/Dirrk/terraform-docs)) - Uses terraform-docs to generate docs for terraform modules.
-2β
1π΄
[An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows))### External Services
-
205β
55π΄
[Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions))
-935β
201π΄
[GitHub Action for Firebase](https://github.com/w9jds/firebase-action))
-15β
24π΄
[GitHub Action for Contentful Migration CLI](https://github.com/Shy/contentful-action))
-11β
2π΄
[GitHub Actions for Pixela (a-know/pi)](https://github.com/peaceiris/actions-pixela))
-240β
28π΄
[GitHub Action for Google Cloud Platform (GCP)](https://github.com/exelban/gcloud))
-1β
0π΄
[Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action))
-18β
6π΄
[GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot))
-?β
?π΄
[Assume AWS role](https://github.com/nordcloud/aws-assume-role/))
-7β
1π΄
[Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action))### Frontend Tools
-
29β
7π΄
[Execute Gradle task](https://github.com/MrRamych/gradle-actions))
-54β
18π΄
[JS Build Actions](https://github.com/elstudio/actions-js-build)) - Run Grunt or Gulp build tasks and commit file changes.
-47β
22π΄
[GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action))
-58β
7π΄
[Runs a WebPageTest audit and prints the results as commit comment](https://github.com/JCofman/webPagetestAction))
-1481β
88π΄
[GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo))
-41β
10π΄
[Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image)) - Generate customisable open graph images from Markdown files.
-309β
24π΄
[GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook))
-13β
3π΄
[Setup Mint](https://github.com/fabasoad/setup-mint-action)) - Setup Mint (programming language for writing single page applications).
-46β
9π΄
[Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action)) - Deploy Gatsby to S3 (supports CloudFront).### Machine Learning Ops
-
39β
12π΄
[Submitting Argo Workflows (Cloud Agnostic)](https://github.com/machine-learning-apps/actions-argo))
-16β
2π΄
[Submitting Argo Workflows to GKE](https://github.com/machine-learning-apps/gke-argo))
-60β
6π΄
[Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action))
-72β
13π΄
[Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook))
-35β
18π΄
[Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action))
-144β
30π΄
[Automatically Dockerize A Data-Science Repo As A Jupyter Server](https://github.com/jupyterhub/repo2docker-action))
-128β
87π΄
[Azure Machine Learning With GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure))### Build
-
187β
21π΄
[run-cmake](https://github.com/lukka/run-cmake)) - Multi platform action to build C/C++ software with π [CMake](cmake.org) and π [Ninja](ninja-build.org/).
-203β
28π΄
[run-vcpkg](https://github.com/lukka/run-vcpkg)) - Multi platform action to build and install C/C++ dependencies with24390β
6775π΄
[vcpkg](https://github.com/microsoft/vcpkg)).
-6β
2π΄
[Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild))
-73β
29π΄
[Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action))
-8β
4π΄
[Run Pascal Script](https://github.com/fabasoad/pascal-action))
-4β
0π΄
[Setup Brainfuck](https://github.com/fabasoad/setup-brainfuck-action)) - Setup brainfuck interpreter.
-520β
82π΄
[Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action))
-16β
6π΄
[Setup COBOL](https://github.com/fabasoad/setup-cobol-action))
-7β
0π΄
[Check Gradle version](https://github.com/madhead/check-gradle-version)) - Keep your Gradle version up to date.### Database
-
3β
3π΄
[Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action)) - Running scripts from the provided folder on top of Cassandra cluster.### Networking
-
51β
8π΄
[Setup ZeroTier](https://github.com/zerotier/github-action)) - Connect your runner to a ZeroTier network.### Localization
-
151β
7π΄
[Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action))
-41β
5π΄
[Translation](https://github.com/fabasoad/translation-action)) - Translate text from any language to any language.### Fun
-
10β
3π΄
[Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button)) - Visualize community approval on some part of your readme (can be used as a poll).### Cheat Sheet
- π [GitHub Actions Branding Cheat Sheet](haya14busa.github.io/github-action-brandings/)
## Tutorials
- π [Continuous deployment of Next.js app with Up](medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400)
- π [Converting Docker-based Actions to JavaScript/TypeScript](httgp.com/converting-github-actions-from-docker-to-javascript/)
- π [GitHub Actions CI for Swift/iOS Projects](medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a)
- π [Working with GitHub Actions](jeffrafter.com/working-with-github-actions)
- π [GitHub Actions for Rails Developers](www.youtube.com/watch?v=gGUXydw22zw)
- π [GitHub Actions Advent Calendar](www.edwardthomson.com/blog/github_actions_advent_calendar.html)
- π [Zero Downtime Laravel Deployments with GitHub Actions](atymic.dev/blog/github-actions-laravel-ci-cd/)
- π [Building Custom GitHub Actions Pluralsight Course](www.pluralsight.com/courses/building-custom-github-actions/)
- π [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
- π [Deploying Self-Hosted GitHub Actions Runners with Docker](testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean.
- π [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
- π [Getting the Gist of GitHub Actions](gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
## Source
25942β
1526π΄
[sdras/awesome-actions](https://github.com/sdras/awesome-actions))