Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:35:17.000Z (6 months ago)
- Last Synced: 2024-05-22T19:05:37.989Z (6 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
- project-awesome - Correia-jpv/fucking-awesome-actions - A curated list of awesome actions to use on GitHub. With repository stars⭐ and forks🍴 (Others)
- ultimate-awesome - fucking-awesome-actions - A curated list of awesome actions to use on GitHub. With repository stars⭐ and forks🍴. (Other Lists / PowerShell Lists)
README
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/correia-jpv/fucking-awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](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)
- [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)
-9656⭐
2969🍴
[actions/virtual-environments](https://github.com/actions/virtual-environments)) - GitHub Actions virtual environments.
-4698⭐
915🍴
[actions/runner](https://github.com/actions/runner)) - The Runner for GitHub Actions.
- 🌎 [GitHub Blog Announcement](github.blog/2018-10-17-action-demos/)### Workflow Examples
-
8686⭐
5108🍴
[actions/starter-workflows](https://github.com/actions/starter-workflows)) - Starter workflow management.
-247⭐
226🍴
[actions/example-services](https://github.com/actions/example-services)) - Example workflows using service containers.### Official Actions
#### Workflow Tool Actions
Tool actions for your workflow.
-
5575⭐
1642🍴
[actions/checkout](https://github.com/actions/checkout)) - Setup your repository on your workflow.
-3039⭐
685🍴
[actions/upload-artifact](https://github.com/actions/upload-artifact)) - Upload artifacts from your workflow.
-1340⭐
460🍴
[actions/download-artifact](https://github.com/actions/download-artifact)) - Download artifacts from your build.
-4396⭐
1167🍴
[actions/cache](https://github.com/actions/cache)) - Cache dependencies and build outputs in GitHub Actions.
-4065⭐
408🍴
[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.
-
1334⭐
295🍴
[actions/create-release](https://github.com/actions/create-release)) - An Action to create releases via the GitHub Release API.
-683⭐
184🍴
[actions/upload-release-asset](https://github.com/actions/upload-release-asset)) - An Action to upload a release asset via the GitHub Release API.
-749⭐
341🍴
[actions/first-interaction](https://github.com/actions/first-interaction)) - An action for filtering pull requests and issues from first-time contributors.
-1318⭐
355🍴
[actions/stale](https://github.com/actions/stale)) - Marks issues and pull requests that have not had recent interaction.
-1864⭐
417🍴
[actions/labeler](https://github.com/actions/labeler)) - An action for automatically labelling pull requests.
-330⭐
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.
-
3771⭐
1239🍴
[actions/setup-node: Node.js](https://github.com/actions/setup-node))
-1613⭐
519🍴
[actions/setup-python: Python](https://github.com/actions/setup-python))
-1365⭐
509🍴
[actions/setup-go: Go](https://github.com/actions/setup-go))
-932⭐
457🍴
[actions/setup-dotnet: .NET core sdk](https://github.com/actions/setup-dotnet))
-70⭐
30🍴
[actions/setup-haskell: Haskell (GHC and Cabal)](https://github.com/actions/setup-haskell))
-1495⭐
719🍴
[actions/setup-java: Java](https://github.com/actions/setup-java))
-171⭐
69🍴
[actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby))
-154⭐
38🍴
[actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir))### Create your Actions
#### JavaScript and TypeScript Actions
-
4845⭐
1377🍴
[actions/toolkit](https://github.com/actions/toolkit)) - The GitHub ToolKit for developing GitHub Actions.
-226⭐
208🍴
[actions/hello-world-javascript-action](https://github.com/actions/hello-world-javascript-action)) - A template to demonstrate how to build a JavaScript action.
-942⭐
343🍴
[actions/javascript-action](https://github.com/actions/javascript-action)) - Create a JavaScript Action.
-1930⭐
460🍴
[actions/typescript-action](https://github.com/actions/typescript-action)) - Create a TypeScript Action.
-71⭐
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
-
160⭐
174🍴
[actions/hello-world-docker-action](https://github.com/actions/hello-world-docker-action)) - A template to demonstrate how to build a Docker action.
-115⭐
24🍴
[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
-
188⭐
21🍴
[Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action))
-193⭐
31🍴
[Action to sync GitHub labels in the declarative way](https://github.com/micnncim/action-label-syncer))
-164⭐
53🍴
[Add releases to GitHub](https://github.com/elgohr/Github-Release-Action))
-780⭐
208🍴
[Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action))
-135⭐
30🍴
[Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file))
-3923⭐
440🍴
[Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release))
-322⭐
93🍴
[GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus)) - Automate GitHub Project cards with any webhook event.
-244⭐
7🍴
[Run GitHub Actions Locally with a web interface](https://github.com/phishy/wflow))
-52853⭐
1321🍴
[Run GitHub Actions Locally in Terminal](https://github.com/nektos/act))
-66⭐
62🍴
[Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk))
-138⭐
59🍴
[Generate sequential build numbers for GitHub Actions](https://github.com/einaregilsson/build-number))
-1169⭐
222🍴
[Push Git changes to GitHub repository without authentication difficulties](https://github.com/ad-m/github-push-action))
-116⭐
20🍴
[Generate release notes based on your events](https://github.com/Decathlon/release-notes-generator-action))
-95⭐
19🍴
[Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action))
-95⭐
16🍴
[Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action))
-48⭐
43🍴
[Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action))
-165⭐
47🍴
[Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action))
-168⭐
38🍴
[Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader))
-33⭐
7🍴
[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))
-308⭐
34🍴
[Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads))
-7⭐
1🍴
[Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action))
-137⭐
32🍴
[Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator))
-422⭐
46🍴
[Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform))
-49⭐
10🍴
[Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label))
-8⭐
1🍴
[Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu))
-318⭐
41🍴
[Create Issue Branch](https://github.com/robvanderleek/create-issue-branch))
-315⭐
51🍴
[Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts))
-39⭐
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))
-62⭐
11🍴
[Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action))
-89⭐
10🍴
[Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions)) - Automation of policy enforcement, chat-ops, and automatic PR merging.
-33⭐
7🍴
[Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status))
-136⭐
16🍴
[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))
-53⭐
7🍴
[Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action))
-213⭐
47🍴
[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.
-96⭐
23🍴
[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
-
1338⭐
235🍴
[Use HashiCorp's Terraform](https://github.com/hashicorp/setup-terraform))
-296⭐
57🍴
[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/))
-33⭐
11🍴
[GitHub Actions for Composer](https://github.com/MilesChou/composer-action))
-2186⭐
193🍴
[GitHub Actions for Flutter](https://github.com/subosito/flutter-action))
-2856⭐
335🍴
[GitHub Actions for PHP](https://github.com/shivammathur/setup-php))
- [GitHub Actions for Rust](https://github.com/actions-rs)
-179⭐
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))
-947⭐
111🍴
[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⭐
40🍴
[GitHub Actions for Docker](https://github.com/docker/github-actions))
-116⭐
5🍴
[GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions))
- [Actions Hub](https://github.com/actionshub)### Utility
-
1156⭐
241🍴
[Setup `ssh-agent`](https://github.com/webfactory/ssh-agent)) - Run `ssh-agent` with additional SSH keys to access private repositories.
-197⭐
13🍴
[GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge))
-420⭐
41🍴
[GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry))
-39⭐
18🍴
[GitHub Actions for Python project with pyenv](https://github.com/gabrielfalcao/pyenv-action))
-1087⭐
135🍴
[GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action))
-5⭐
1🍴
[Update Maxmind Databases](https://github.com/meetup/maxmind-updater))
-2805⭐
283🍴
[Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate)) - Debug the Action directly by providing a SSH connection.
-46⭐
23🍴
[Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock))
-64⭐
10🍴
[Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo))
-669⭐
147🍴
[Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action))
-219⭐
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))
-80⭐
11🍴
[Action to send LGTM reaction as image or GIF when we say lgtm](https://github.com/micnncim/action-lgtm-reaction))
-19⭐
5🍴
[Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum))
-137⭐
20🍴
[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⭐
19🍴
[Branch Protection Bot](https://github.com/benjefferies/branch-protection-bot)) - Temporarily disable and re-enable "Include administrators" option in branch protection.
-97⭐
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.
-181⭐
47🍴
[Get Latest Tag](https://github.com/WyriHaximus/github-action-get-previous-tag)) - Get the previous tag from git.
-16⭐
6🍴
[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.
-77⭐
37🍴
[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))
-21⭐
4🍴
[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.
-71⭐
45🍴
[Autotag](https://github.com/butlerlogic/action-autotag)) - Automatically generate a new tag when the manifest file (i.e. `package.json`) version changes.
-43⭐
25🍴
[Apply templates with Jinja2](https://github.com/cuchi/jinja2-action)) - Use the Jinja2 template engine to generate files from templates.
-31⭐
13🍴
[Has Changes](https://github.com/UnicornGlobal/has-changes-action)) - Check if there are code changes from previous steps.
-17⭐
2🍴
[Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action)) - Detect offensive comments in issues and pull requests, and warn senders.
-27⭐
3🍴
[YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action)) - Converts YAML/JSON/XML file formats interchangeably.
-16⭐
4🍴
[NSFW Detection](https://github.com/fabasoad/nsfw-detection-action)) - Detect NSFW content in committed files.
-219⭐
33🍴
[Has Changed Path](https://github.com/MarceloPrado/has-changed-path)) - Conditionally run actions based on changed paths.
-6⭐
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.
-272⭐
27🍴
[Setup Xcode](https://github.com/maxim-lobanov/setup-xcode)) - Switch between pre-installed versions of Xcode for macOS images.
-33⭐
6🍴
[Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin)) - Switch between pre-installed versions of Xamarin and Mono for macOS images.
-36⭐
8🍴
[Memer Action](https://github.com/Bhupesh-V/memer-action)) - A GitHub Action for Programmer Memes xD.
-31⭐
6🍴
[Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods)) - Setup specific version of Cocoapods.
-108⭐
24🍴
[Public IP](https://github.com/haythem/public-ip)) - Queries GitHub actions runner's public IP address.
-43⭐
11🍴
[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.
-73⭐
21🍴
[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.
-47⭐
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.
-154⭐
20🍴
[Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal))
-300⭐
73🍴
[Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg))
-55⭐
2🍴
[Compress with UPX](https://github.com/crazy-max/ghaction-upx)) - The Ultimate Packer for eXecutables.
-26⭐
5🍴
[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.
-180⭐
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.
-2009⭐
231🍴
[Paths Filter](https://github.com/dorny/paths-filter)) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
-48⭐
0🍴
[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.#### Environments
-
395⭐
73🍴
[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⭐
3🍴
[Setup NativeScript](https://github.com/hrueger/setup-nativescript))
-15⭐
15🍴
[Create a JSON Environment File](https://github.com/schdck/create-env-json))#### Dependencies
-
649⭐
69🍴
[Install NPM Dependencies with Caching](https://github.com/bahmutov/npm-install))
-26⭐
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
-
58⭐
10🍴
[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.
-5⭐
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.
-84⭐
23🍴
[Increment Semantic Version](https://github.com/christian-draeger/increment-semantic-version)) - Bump a given semantic version (SemVer), depending on given release type.### Static Analysis
-
96⭐
19🍴
[PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga))
-1631⭐
179🍴
[GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector))
-71⭐
13🍴
[PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer))
-70⭐
24🍴
[Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec))#### Testing
-
92⭐
17🍴
[Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer))
-12⭐
6🍴
[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⭐
15🍴
[Run TestCafe tests](https://github.com/DevExpress/testcafe-action))
-205⭐
132🍴
[Run Unity tests](https://github.com/webbertakken/unity-test-runner))
-1338⭐
320🍴
[Run Cypress E2E tests](https://github.com/cypress-io/github-action))
-56⭐
8🍴
[Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action))
-9⭐
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))#### Linting
-
181⭐
32🍴
[PHP Coding Standards Fixer Action](https://github.com/OskarStark/php-cs-fixer-ga))
-14⭐
3🍴
[Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action))
-230⭐
62🍴
[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))
-105⭐
20🍴
[Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint))
-84⭐
15🍴
[autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8))
-25⭐
4🍴
[Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action))
-10⭐
2🍴
[Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action))
-36⭐
8🍴
[Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter))
-21⭐
8🍴
[Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint))
-46⭐
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))
-2476⭐
382🍴
[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))
-353⭐
50🍴
[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))
-85⭐
27🍴
[Run mispell, with reviewdog output on the PR](https://github.com/reviewdog/action-misspell))
-208⭐
40🍴
[Run golangci-lint, with reviewdog output on the PR](https://github.com/reviewdog/action-golangci-lint))
-97⭐
20🍴
[Run shellcheck, with reviewdog output on the PR](https://github.com/reviewdog/action-shellcheck))
-11⭐
1🍴
[Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action))
-273⭐
8🍴
[Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter))
-15⭐
4🍴
[Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter))
-559⭐
132🍴
[Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action))
-54⭐
28🍴
[PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action))
-78⭐
12🍴
[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))
-22⭐
1🍴
[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
-
31⭐
3🍴
[A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action))
-304⭐
31🍴
[Automatically approve and merge Dependabot updates](https://github.com/ridedott/dependabot-auto-merge-action))
-3⭐
2🍴
[Run dlint security linter on your Python code](https://github.com/xen0l/dlint-check))
-62⭐
38🍴
[AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions)) - Define AWS Secrets Manager secrets to environment values.
-35⭐
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.
-309⭐
89🍴
[Secrets Sync Action](https://github.com/google/secrets-sync-action)) - Action syncs secrets across multiple repositories.
-495⭐
176🍴
[Snyk Test Action](https://github.com/snyk/actions))
-43⭐
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
-
587⭐
215🍴
[Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action))
-1431⭐
199🍴
[Send your code coverage to codecov.io](https://github.com/codecov/codecov-action))
-197⭐
63🍴
[Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action))
-12⭐
1🍴
[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
-
343⭐
29🍴
[Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action))
-471⭐
24🍴
[Runs Lighthouse and posts results to PRs and Slack](https://github.com/foo-software/lighthouse-check-action))
-1153⭐
82🍴
[Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action))
-140⭐
13🍴
[Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata))
-443⭐
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⭐
9🍴
[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
-
122⭐
111🍴
[Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action))
-173⭐
62🍴
[Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action))
-678⭐
136🍴
[Automatically Rebase a PR](https://github.com/cirrus-actions/rebase))
-191⭐
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))
-394⭐
82🍴
[Auto-Approve PRs](https://github.com/hmarr/auto-approve-action))
-284⭐
88🍴
[Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action))
-245⭐
51🍴
[Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action))
-80⭐
48🍴
[Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action))
-830⭐
206🍴
[Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action))
-73⭐
22🍴
[Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action))
-2020⭐
407🍴
[Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request))
-119⭐
24🍴
[Lint a PR](https://github.com/seferov/pr-lint-action))
-74⭐
11🍴
[ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops))
-76⭐
56🍴
[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))
-742⭐
371🍴
[Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action))
-140⭐
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))
-124⭐
75🍴
[Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title))
-7⭐
3🍴
[Pull Request Stuck Notifier](https://github.com/jrylan/github-action-stuck-pr-notifier))
-79⭐
13🍴
[Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action))
-6⭐
4🍴
[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))
-38⭐
30🍴
[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.
-66⭐
24🍴
[Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action))
-33⭐
2🍴
[Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine))
-188⭐
23🍴
[Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle))
-342⭐
78🍴
[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
-
211⭐
91🍴
[Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action))
-42⭐
13🍴
[Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages))
-116⭐
60🍴
[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.
-4581⭐
365🍴
[GitHub Actions for deploying to GitHub Pages with Static Site Generators](https://github.com/peaceiris/actions-gh-pages))
-30⭐
5🍴
[GitHub Action for Hexo](https://github.com/heowc/action-hexo))
-14⭐
4🍴
[Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google))
-3519⭐
759🍴
[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.
-453⭐
41🍴
[Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages))### Notifications and Messages
-
387⭐
78🍴
[Send a Discord notification](https://github.com/Ilshidur/action-discord))
-267⭐
37🍴
[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))
-797⭐
105🍴
[Send a Telegram Message](https://github.com/appleboy/telegram-action))
-96⭐
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))
-72⭐
18🍴
[Send a Push Notification via Push by Techulus](https://github.com/techulus/push-github-action))
-32⭐
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))
-8⭐
2🍴
[Send a Push Notification via Pushbullet](https://github.com/ShaunLWM/action-pushbullet))
-10⭐
5🍴
[Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event))
-15⭐
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))
-22⭐
5🍴
[Reply to Stale Bots](https://github.com/c-hive/fresh-bot))
-162⭐
20🍴
[Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord))
-63⭐
26🍴
[Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync))
-35⭐
8🍴
[Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions))### Deployment
-
373⭐
60🍴
[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))
-86⭐
12🍴
[Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action))
-130⭐
20🍴
[Purge Cloudflare cache after updating a website](https://github.com/jakejarvis/cloudflare-purge-action))
-78⭐
38🍴
[Deploy your DNS configuration using DNS Control](https://github.com/koenrh/dnscontrol-action))
-127⭐
44🍴
[Deploy a Theme to Shopify](https://github.com/pgrimaud/action-shopify))
-65⭐
11🍴
[Trigger multiple GitLab CI Pipeline](https://github.com/appleboy/gitlab-ci-action))
-90⭐
31🍴
[Trigger multiple Jenkins Jobs](https://github.com/appleboy/jenkins-action))
-11⭐
0🍴
[GitHub Action for Homebrew Tap](https://github.com/izumin5210/action-homebrew-tap))
-1169⭐
135🍴
[Copy files and artifacts via SSH](https://github.com/appleboy/scp-action))
-4514⭐
554🍴
[Executing remote ssh commands](https://github.com/appleboy/ssh-action))
-878⭐
82🍴
[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))
-73⭐
8🍴
[Cross platform Chocolatey CLI to build and publish packages](https://github.com/crazy-max/ghaction-chocolatey))
-38⭐
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/))
-80⭐
11🍴
[Deploy a static site to Surge.sh](https://github.com/yavisht/deploy-via-surge.sh-github-action-template))
-841⭐
75🍴
[GitHub Action for GoReleaser, a release automation tool for Go projects](https://github.com/goreleaser/goreleaser-action))
-3625⭐
363🍴
[FTP Deploy Action, Deploys a GitHub project to a FTP server using GitHub actions](https://github.com/SamKirkland/FTP-Deploy-Action))
-23⭐
1🍴
[Publish Article to Dev.to](https://github.com/tylerauerbeck/publish-to-dev.to-action))
-516⭐
98🍴
[Action For Semantic Release](https://github.com/cycjimmy/semantic-release-action))
-85⭐
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))
-650⭐
195🍴
[Build and publish Electron apps](https://github.com/samuelmeuli/action-electron-builder))
-101⭐
23🍴
[Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish))
-351⭐
48🍴
[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))
-9⭐
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))
-288⭐
61🍴
[Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle))
-323⭐
41🍴
[Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify))
-29⭐
10🍴
[Run Ansible Playbooks](https://github.com/arillso/action.playbook))
-27⭐
22🍴
[Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action))
-197⭐
13🍴
[Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension))
-126⭐
69🍴
[Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm))
-21⭐
8🍴
[Deploy with AWS CodeDeploy](https://github.com/webfactory/create-aws-codedeploy-deployment))#### Docker
-
321⭐
53🍴
[Update a Docker Hub repository description from README.md](https://github.com/peter-evans/dockerhub-description))
-53⭐
21🍴
[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))
-119⭐
55🍴
[Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action))
-117⭐
5🍴
[Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit))
-22⭐
6🍴
[Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action))
-339⭐
53🍴
[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
-
241⭐
73🍴
[Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions))
-213⭐
76🍴
[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))
-45⭐
29🍴
[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
-
1021⭐
465🍴
[Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action))
-384⭐
56🍴
[Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action))#### Terraform
-
38⭐
6🍴
[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
-
199⭐
49🍴
[Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions))
-917⭐
198🍴
[GitHub Action for Firebase](https://github.com/w9jds/firebase-action))
-15⭐
23🍴
[GitHub Action for Contentful Migration CLI](https://github.com/Shy/contentful-action))
-12⭐
2🍴
[GitHub Actions for Pixela (a-know/pi)](https://github.com/peaceiris/actions-pixela))
-226⭐
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))
-17⭐
5🍴
[GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot))
-?⭐
?🍴
[Assume AWS role](https://github.com/nordcloud/aws-assume-role/))
-6⭐
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))
-53⭐
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))
-57⭐
7🍴
[Runs a WebPageTest audit and prints the results as commit comment](https://github.com/JCofman/webPagetestAction))
-1389⭐
83🍴
[GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo))
-38⭐
10🍴
[Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image)) - Generate customisable open graph images from Markdown files.
-286⭐
20🍴
[GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook))
-11⭐
3🍴
[Setup Mint](https://github.com/fabasoad/setup-mint-action)) - Setup Mint (programming language for writing single page applications).
-47⭐
9🍴
[Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action)) - Deploy Gatsby to S3 (supports CloudFront).### Machine Learning Ops
-
38⭐
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⭐
7🍴
[Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action))
-68⭐
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))
-141⭐
27🍴
[Automatically Dockerize A Data-Science Repo As A Jupyter Server](https://github.com/jupyterhub/repo2docker-action))
-125⭐
87🍴
[Azure Machine Learning With GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure))### Build
-
173⭐
19🍴
[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/).
-183⭐
24🍴
[run-vcpkg](https://github.com/lukka/run-vcpkg)) - Multi platform action to build and install C/C++ dependencies with22491⭐
6208🍴
[vcpkg](https://github.com/microsoft/vcpkg)).
-6⭐
2🍴
[Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild))
-70⭐
28🍴
[Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action))
-6⭐
4🍴
[Run Pascal Script](https://github.com/fabasoad/pascal-action))
-2⭐
0🍴
[Setup Brainfuck](https://github.com/fabasoad/setup-brainfuck-action)) - Setup brainfuck interpreter.
-479⭐
75🍴
[Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action))
-12⭐
6🍴
[Setup COBOL](https://github.com/fabasoad/setup-cobol-action))### Database
-
2⭐
2🍴
[Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action)) - Running scripts from the provided folder on top of Cassandra cluster.### Localization
-
148⭐
6🍴
[Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action))
-39⭐
6🍴
[Translation](https://github.com/fabasoad/translation-action)) - Translate text from any language to any language.### Fun
-
8⭐
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
24516⭐
1452🍴
[sdras/awesome-actions](https://github.com/sdras/awesome-actions))