Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasikanth Miriyampalli committed Apr 6, 2023
1 parent 9779af5 commit 3064ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weav
```
3. Add a step to run Token Weaver
```yaml
- uses: obvious/token-weaver@v0.0.1
- uses: obvious/token-weaver@<latest-version>
with:
# For example, let's say you have a repo called `figma_tokens` and you have saved your tokens
# in a folder called `tokens` in that repo (`figma_tokens/tokens/`). You can just pass `tokens`,
Expand All @@ -57,7 +57,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weav
**Sample**

```yaml
uses: obvious/token-weaver@v0.0.1
uses: obvious/token-weaver@<latest-version>
with:
tokens_path: 'tokens'
output_path: 'output'
Expand Down

0 comments on commit 3064ced

Please sign in to comment.