Skip to content

Commit 5874212

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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: zoexx/github-action-json-file-properties@latest
15+
uses: zoexx/github-action-json-file-properties@release
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: zoexx/github-action-json-file-properties@latest
30+
uses: zoexx/github-action-json-file-properties@release
3131
with:
3232
file_path: "package.json"
3333
prop_path: "repository.type"

0 commit comments

Comments
 (0)