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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
51
51
-[actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
52
52
53
53
### Official Actions
54
+
54
55
<!--lint disable no-dead-urls-->
56
+
55
57
#### Workflow Tool Actions
56
58
57
59
Tool actions for your workflow.
58
60
59
61
<!--lint ignore awesome-spell-check-->
62
+
60
63
-[actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
61
64
-[actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
62
65
-[actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
@@ -183,12 +186,14 @@ Set up your GitHub Actions workflow with a specific version of your programming
183
186
-[Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates.
184
187
-[Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps.
185
188
-[Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders.
@@ -270,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
270
274
-[Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
271
275
-[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.
272
276
-[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)
273
278
274
279
#### Code Coverage
275
280
@@ -379,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
379
384
-[Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
380
385
-[Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
381
386
-[Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
-[Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
383
389
384
390
#### Docker
@@ -389,6 +395,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
389
395
-[Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action)
390
396
-[Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
391
397
-[Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
398
+
-[Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
392
399
393
400
#### Kubernetes
394
401
@@ -406,7 +413,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
406
413
-[Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
407
414
-[An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
408
415
409
-
410
416
### External Services
411
417
412
418
-[Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
0 commit comments