Skip to content

Commit 3064ced

Browse files
author
Sasikanth Miriyampalli
committed
Update README
1 parent 9779af5 commit 3064ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weav
3333
```
3434
3. Add a step to run Token Weaver
3535
```yaml
36-
- uses: obvious/token-weaver@v0.0.1
36+
- uses: obvious/token-weaver@<latest-version>
3737
with:
3838
# For example, let's say you have a repo called `figma_tokens` and you have saved your tokens
3939
# 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
5757
**Sample**
5858

5959
```yaml
60-
uses: obvious/token-weaver@v0.0.1
60+
uses: obvious/token-weaver@<latest-version>
6161
with:
6262
tokens_path: 'tokens'
6363
output_path: 'output'

0 commit comments

Comments
 (0)