Skip to content

Commit b5b09fa

Browse files
committed
Add link to CLI documentation in readme [ci skip]
1 parent f34e64b commit b5b09fa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,10 @@ steps:
3333

3434
The actions supports the following inputs:
3535

36-
- `version`: The version of `kosli` to install, defaulting to `2.11.0`
37-
38-
## Environment variables
39-
40-
- KOSLI_API_TOKEN: set the Kosli API token.
41-
- KOSLI_ORG: set the Kosli Flow Org.
36+
- `version`: The version of `kosli` to install, defaulting to `2.11.5`
4237

4338
## Example job
39+
See [Kosli CLI documentation](https://docs.kosli.com/)
4440

4541
```yaml
4642
env:
@@ -67,7 +63,7 @@ jobs:
6763
uses: kosli-dev/setup-cli-action@v2
6864
# uncomment below to install a specific version
6965
# with:
70-
# version: 2.11.5
66+
# version: 2.11.3
7167
7268
- name: Attest artifact provenance
7369
run:

0 commit comments

Comments
 (0)