Skip to content

Commit 1069e5e

Browse files
authored
Update README.md
1 parent e4faad4 commit 1069e5e

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ By using this manifest, your inference script will know which model to load and
3939

4040
## How to configure it?
4141

42-
The inputs to this Github Action is as follows. Please check the default values of some of them, and make sure to include them in your own ML repo's workflow file if you want a non-default configuration for these.
42+
The required / optional inputs to this Github Action are listed below.
43+
44+
Among these, some inputs are required when your Algorithmia algorithm is hosted at (backed by) Github and some will be required when your Algorithmia algorithm is hosted at (backed by) Algorithmia.
45+
46+
You'll also notice that some of the inputs have default values, so that you're not bogged down in configuration and can start with reasonable defaults. So make sure to check out the default values first and if you want a non-default configuration for these, you can provide those values in your own ML repo's workflow file.
4347

4448
```
4549
inputs:
@@ -80,21 +84,6 @@ inputs:
8084
description: Git host for the Algorithmia algorithm repository. Change to git.algorithmia.com if the algorithm is hosted on Algorithmia.
8185
required: false
8286
default: 'github.com'
83-
runs:
84-
using: 'docker'
85-
image: 'Dockerfile'
86-
args:
87-
- ${{ inputs.algorithmia_api_key }}
88-
- ${{ inputs.algorithmia_username }}
89-
- ${{ inputs.algorithmia_email }}
90-
- ${{ inputs.algorithmia_algoname }}
91-
- ${{ inputs.algorithmia_password }}
92-
- ${{ inputs.github_username }}
93-
- ${{ inputs.github_pat }}
94-
- ${{ inputs.algorithmia_uploadpath }}
95-
- ${{ inputs.model_path }}
96-
- ${{ inputs.notebook_path }}
97-
- ${{ inputs.git_host }}
9887
```
9988

10089

0 commit comments

Comments
 (0)