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
+7-3Lines changed: 7 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,13 +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.
@@ -271,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
271
274
-[Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
272
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.
273
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)
274
278
275
279
#### Code Coverage
276
280
@@ -380,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
380
384
-[Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
381
385
-[Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
382
386
-[Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
@@ -406,7 +411,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
406
411
-[Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
407
412
-[An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
408
413
409
-
410
414
### External Services
411
415
412
416
-[Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)
0 commit comments