Skip to content

Commit 43b80cd

Browse files
author
zoeying
committed
update readme
1 parent 078a471 commit 43b80cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get properties
1212
---
1313
- name: get properties
1414
id: json_properties
15-
uses: ./
15+
uses: zoexx/github-action-json-file-properties@latest
1616
with:
1717
file_path: "package.json"
1818

@@ -27,7 +27,7 @@ Get a specified property **value** with `prop_path`
2727
---
2828
- name: get specified property
2929
id: repository_type
30-
uses: ./
30+
uses: zoexx/github-action-json-file-properties@latest
3131
with:
3232
file_path: "package.json"
3333
prop_path: "repository.type"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-json-file-properties",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "zoexx",
55
"description": "GitHub Action to load properties from a JSON file.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)