Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Jun 17, 2021
1 parent 426202f commit 5566790
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 @@ -15,7 +15,7 @@ This is the actual result of the command executing
## Example usage

```yaml
uses: r26d/jq-action@master
uses: sergeysova/jq-action@master
with:
cmd: jq -n env
```
Expand All @@ -29,7 +29,7 @@ jobs:
steps:

- name: Extract version from package.json
uses: sergeysova@jq-action@v2
uses: sergeysova/jq-action@v2
id: version
with:
cmd: 'jq .version package.json -r'
Expand Down

0 comments on commit 5566790

Please sign in to comment.