Merge branch 'master' into memer-action

This commit is contained in:
Jessica 2020-04-14 10:59:02 -07:00 committed by GitHub
commit c250e789a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,12 +51,15 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers. - [actions/example-services](https://github.com/actions/example-services) - Example workflows using service containers.
### Official Actions ### Official Actions
<!--lint disable no-dead-urls--> <!--lint disable no-dead-urls-->
#### Workflow Tool Actions #### Workflow Tool Actions
Tool actions for your workflow. Tool actions for your workflow.
<!--lint ignore awesome-spell-check--> <!--lint ignore awesome-spell-check-->
- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations. - [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations.
- [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow. - [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow.
- [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow. - [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow.
@ -190,6 +193,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. - [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text.
- [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images. - [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images.
- [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD.
- [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods.
- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address.
#### Environments #### Environments
@ -221,7 +225,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
#### Testing #### Testing
- [Snyk Test Action](https://github.com/snyk/actions)
- [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer) - [Run Tests through Puppeteer, the Headless Chrome Node API](https://github.com/ianwalter/puppeteer)
- [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter) - [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter)
- [Run codeception tests](https://github.com/joelwmale/codeception-action) - [Run codeception tests](https://github.com/joelwmale/codeception-action)
@ -271,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint)
- [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. - [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.
- [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories.
- [Snyk Test Action](https://github.com/snyk/actions)
#### Code Coverage #### Code Coverage
@ -380,6 +384,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action) - [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle) - [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
- [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify)
- [Run Ansible Playbooks](https://github.com/arillso/action.playbook)
#### Docker #### Docker
@ -406,7 +411,6 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules. - [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules.
- [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows) - [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows)
### External Services ### External Services
- [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions) - [Use a Jenkinsfile](https://github.com/jonico/jenkinsfile-runner-github-actions)