We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d076014 commit 49379b8Copy full SHA for 49379b8
1 file changed
README.md
@@ -34,13 +34,15 @@ Use the major version tag (e.g. `@v1`) to automatically receive the latest updat
34
with:
35
node-version: "lts/*"
36
37
-- uses: fern-api/setup-fern-cli@v1
+- name: Setup Fern CLI
38
+ uses: fern-api/setup-fern-cli@v1
39
```
40
41
### With a specific version
42
43
```yaml
44
45
46
47
version: "3.81.0"
48
@@ -70,7 +72,8 @@ jobs:
70
72
71
73
74
- - uses: fern-api/setup-fern-cli@v1
75
+ - name: Setup Fern CLI
76
77
78
- run: fern generate
79
0 commit comments