You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+71-23Lines changed: 71 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Awesome Actions [](https://github.com/sindresorhus/awesome)[<!--lint ignore no-dead-urls-->](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
8
8
9
-
> A curated list of awesome things related to [GitHub Actions](https://github.com/actions).
9
+
> A curated list of awesome things related to GitHub Actions.
10
10
11
11
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.
12
12
@@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
21
21
-[Collection of Actions](#collection-of-actions)
22
22
-[Utility](#utility)
23
23
-[Static Analysis](#static-analysis)
24
+
-[Dynamic Analysis](#dynamic-analysis)
24
25
-[Monitoring](#monitoring)
25
26
-[Pull Requests](#pull-requests)
26
27
-[GitHub Pages](#github-pages)
@@ -124,7 +125,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
124
125
-[Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action)
125
126
-[Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action)
126
127
-[Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action)
127
-
-[Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app)
128
128
-[Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action)
129
129
-[Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader)
130
130
-[Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it)
@@ -135,10 +135,18 @@ Set up your GitHub Actions workflow with a specific version of your programming
135
135
-[Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform)
136
136
-[Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label)
137
137
-[Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu)
-[GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn)
143
151
-[GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions)
144
152
-[GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
@@ -155,6 +163,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
155
163
-[Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions)
156
164
-[GitHub Actions for Docker](https://github.com/docker/github-actions)
157
165
-[GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions)
166
+
-[Actions Hub](https://github.com/actionshub)
158
167
159
168
### Utility
160
169
@@ -202,7 +211,16 @@ Set up your GitHub Actions workflow with a specific version of your programming
202
211
-[Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
203
212
-[GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus)
204
213
-[Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account.
205
-
-[github-action-locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
214
+
-[Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner.
215
+
-[Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner.
216
+
-[PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output.
217
+
-[Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal)
218
+
-[Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg)
219
+
-[Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables.
220
+
-[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.
221
+
-[Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run.
222
+
-[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.
223
+
-[GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
206
224
207
225
#### Environments
208
226
@@ -215,7 +233,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
215
233
216
234
#### Dependencies
217
235
218
-
-[Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
236
+
-[Install NPM Dependencies with Caching](https://github.com/bahmutov/npm-install)
237
+
-[Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information.
-[Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action)
329
357
-[Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard)
330
358
-[Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action)
331
359
-[Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action)
360
+
-[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.
361
+
-[Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action)
-[Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
540
+
-[Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean.
541
+
-[Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
494
542
495
-
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information
543
+
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
0 commit comments