We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8cf5c commit 2192e24Copy full SHA for 2192e24
README.md
@@ -13,7 +13,7 @@ Use the action inside your workflow yaml file like this:
13
...
14
- name: get version
15
id: version
16
- uses: notiz-dev/github-action-json-property@master
+ uses: notiz-dev/github-action-json-property@release
17
with:
18
path: 'package.json'
19
prop_path: 'version'
@@ -29,7 +29,7 @@ Get a nested property value with dot separated prop_path
29
30
- name: get nested property
31
id: format_script
32
33
34
35
prop_path: 'scripts.format'
0 commit comments