Update README.md

This commit is contained in:
Hamel Husain 2019-09-24 21:55:31 -07:00 committed by GitHub
parent fef7e36187
commit 0482dfabbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [External Services](#external-services) - [External Services](#external-services)
- [Frontend Tools](#frontend-tools) - [Frontend Tools](#frontend-tools)
- [Internet of Things (IOT)](#internet-of-things-iot) - [Internet of Things (IOT)](#internet-of-things-iot)
- [Machine Learning Ops](#machine-learning-ops)
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
## Official Resources ## Official Resources
@ -173,6 +174,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action) - [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action)
- [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request) - [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request)
- [Pull Request Lint](https://github.com/seferov/pr-lint-action) - [Pull Request Lint](https://github.com/seferov/pr-lint-action)
- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops)
### GitHub Pages ### GitHub Pages
@ -242,6 +244,8 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action) - [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action)
- [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf) - [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf)
- [Publish npm (pre)releases](https://github.com/epeli/npm-release/) - [Publish npm (pre)releases](https://github.com/epeli/npm-release/)
- [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish)
- [Get Kubeconfig File From Gooble Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig)
### External Services ### External Services
@ -268,6 +272,12 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
### Machine Learning Ops
- [Submitting Argo Workflows](https://github.com/machine-learning-apps/actions-argo)
- [Query Experiment Tracking Results From Weights & Biases](https://github.com/marketplace/actions/get-runs-from-weights-biases)
- [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook)
## Tutorials ## Tutorials
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)