We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9779af5 commit 3064cedCopy full SHA for 3064ced
README.md
@@ -33,7 +33,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weav
33
```
34
3. Add a step to run Token Weaver
35
```yaml
36
- - uses: obvious/token-weaver@v0.0.1
+ - uses: obvious/token-weaver@<latest-version>
37
with:
38
# For example, let's say you have a repo called `figma_tokens` and you have saved your tokens
39
# in a folder called `tokens` in that repo (`figma_tokens/tokens/`). You can just pass `tokens`,
@@ -57,7 +57,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weav
57
**Sample**
58
59
60
-uses: obvious/token-weaver@v0.0.1
+uses: obvious/token-weaver@<latest-version>
61
62
tokens_path: 'tokens'
63
output_path: 'output'
0 commit comments