We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8861a commit 5abe2c1Copy full SHA for 5abe2c1
README.md
@@ -12,7 +12,7 @@ Features:
12
13
For other Azure Machine Learning actions check out:
14
15
-* [create-aml-online-endpoint](https://github.com/coding-kitties/create-azure-machine-learning-online-endpoint)
+* [create-azure-machine-learning-online-endpoint](https://github.com/coding-kitties/create-azure-machine-learning-online-endpoint)
16
17
## Dependencies on other Github Actions
18
@@ -34,7 +34,7 @@ jobs:
34
creds: ${{ secrets.AZURE_CREDENTIALS }}
35
36
- name: Create AML Online Endpoint
37
- uses: coding-kitties/create-aml-online-endpoint@v0.2.0
+ uses: coding-kitties/create-azure-machine-learning-online-deployment@v0.3.0
38
with:
39
deployment_file: "path/to/deployment.yml"
40
resource_group: "my-resource-group"
0 commit comments