Skip to content

Commit 2192e24

Browse files
Update README.md
1 parent 7c8cf5c commit 2192e24

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
@@ -13,7 +13,7 @@ Use the action inside your workflow yaml file like this:
1313
...
1414
- name: get version
1515
id: version
16-
uses: notiz-dev/github-action-json-property@master
16+
uses: notiz-dev/github-action-json-property@release
1717
with:
1818
path: 'package.json'
1919
prop_path: 'version'
@@ -29,7 +29,7 @@ Get a nested property value with dot separated prop_path
2929
...
3030
- name: get nested property
3131
id: format_script
32-
uses: notiz-dev/github-action-json-property@master
32+
uses: notiz-dev/github-action-json-property@release
3333
with:
3434
path: 'package.json'
3535
prop_path: 'scripts.format'

0 commit comments

Comments
 (0)