File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments