mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge pull request #202 from hamelsmu/patch-1
Added several actions + new machine learning ops section
This commit is contained in:
commit
b2c6bb6346
10
README.md
10
README.md
@ -29,6 +29,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
||||
- [External Services](#external-services)
|
||||
- [Frontend Tools](#frontend-tools)
|
||||
- [Internet of Things (IOT)](#internet-of-things-iot)
|
||||
- [Machine Learning Ops](#machine-learning-ops)
|
||||
- [Tutorials](#tutorials)
|
||||
|
||||
## Official Resources
|
||||
@ -175,6 +176,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)
|
||||
- [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)
|
||||
- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops)
|
||||
|
||||
### GitHub Pages
|
||||
|
||||
@ -244,6 +246,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)
|
||||
- [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf)
|
||||
- [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 Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig)
|
||||
|
||||
### External Services
|
||||
|
||||
@ -270,6 +274,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)
|
||||
|
||||
### Machine Learning Ops
|
||||
|
||||
- [Submitting Argo Workflows](https://github.com/machine-learning-apps/actions-argo)
|
||||
- [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action)
|
||||
- [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook)
|
||||
|
||||
## Tutorials
|
||||
|
||||
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
|
||||
|
Loading…
Reference in New Issue
Block a user