We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771ef0b commit ff6ef50Copy full SHA for ff6ef50
README.md
@@ -37,6 +37,6 @@ jobs:
37
- name: Setup Teller
38
uses: spectralops/setup-teller@v1
39
40
- - name: do stuff
41
- run: echo stuff
+ - name: Run a Teller task (show, scan, run, etc.)
+ run: teller run [args]
42
```
0 commit comments