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 f34e64b commit b5b09faCopy full SHA for b5b09fa
README.md
@@ -33,14 +33,10 @@ steps:
33
34
The actions supports the following inputs:
35
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.
+- `version`: The version of `kosli` to install, defaulting to `2.11.5`
42
43
## Example job
+See [Kosli CLI documentation](https://docs.kosli.com/)
44
45
```yaml
46
env:
@@ -67,7 +63,7 @@ jobs:
67
63
uses: kosli-dev/setup-cli-action@v2
68
64
# uncomment below to install a specific version
69
65
# with:
70
- # version: 2.11.5
66
+ # version: 2.11.3
71
72
- name: Attest artifact provenance
73
run:
0 commit comments