Skip to content

Commit 453ffcc

Browse files
committed
Merge branch 'master' of github.com:sdras/awesome-actions into feature/aws-github-actions
2 parents 7d1464e + 1ca2cd5 commit 453ffcc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
5151
- [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
5252

5353
### Official Actions
54+
5455
<!--lint disable no-dead-urls-->
56+
5557
#### Workflow Tool Actions
5658

5759
Tool actions for your workflow.
5860

5961
<!--lint ignore awesome-spell-check-->
62+
6063
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
6164
- [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
6265
- [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
@@ -189,6 +192,8 @@ Set up your GitHub Actions workflow with a specific version of your programming
189192
- [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output.
190193
- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text.
191194
- [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images.
195+
- [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD.
196+
- [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods.
192197
- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
193198

194199
#### Environments
@@ -220,7 +225,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
220225

221226
#### Testing
222227

223-
- [Snyk Test Action](https://github.com/snyk/actions)
224228
- [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer)
225229
- [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter)
226230
- [Run codeception tests](https://github.com/joelwmale/codeception-action)
@@ -270,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
270274
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
271275
- [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.
272276
- [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories.
277+
- [Snyk Test Action](https://github.com/snyk/actions)
273278

274279
#### Code Coverage
275280

@@ -379,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
379384
- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
380385
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
381386
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
387+
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
382388

383389
#### Docker
384390

@@ -388,6 +394,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
388394
- [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
389395
- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
390396
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
397+
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
391398

392399
#### Kubernetes
393400

@@ -409,7 +416,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
409416
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
410417
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
411418

412-
413419
### External Services
414420

415421
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)

0 commit comments

Comments
 (0)