Skip to content

Commit

Permalink
Update Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Jul 27, 2024
1 parent 19310ab commit 77e6643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For multiple `keys` and `values` use new lines with a yaml `|`.

```yaml
- name: "Verify JSON"
uses: cssnr/json-key-value-check-action@master
uses: cssnr/json-key-value-check-action@v1
with:
file: manifest.json
keys: version
Expand All @@ -47,7 +47,7 @@ Same as above but also setting an additional key value pair.
```yaml
- name: "Verify JSON"
uses: cssnr/json-key-value-check-action@master
uses: cssnr/json-key-value-check-action@v1
with:
file: manifest.json
keys: |
Expand All @@ -62,7 +62,7 @@ Set a nested key and use file from different directory.
```yaml
- name: "Verify JSON"
uses: cssnr/json-key-value-check-action@master
uses: cssnr/json-key-value-check-action@v1
with:
file: src/manifest.json
keys: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "JSON Key Value Check Action"
name: "JSON Key Value Check"
description: "Check that JSON Key's Values Match Provided Values"
author: "Shane"
branding:
Expand Down

0 comments on commit 77e6643

Please sign in to comment.