Skip to content

Commit 078a471

Browse files
author
zoeying
committed
update readme
1 parent 9bae942 commit 078a471

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
@@ -26,12 +26,12 @@ Get a specified property **value** with `prop_path`
2626
```yaml
2727
---
2828
- name: get specified property
29-
id: json_name
29+
id: repository_type
3030
uses: ./
3131
with:
3232
file_path: "package.json"
3333
prop_path: "repository.type"
3434
3535
- run: |
36-
echo ${{steps.get_json_nested_properties.outputs.value}}
36+
echo ${{steps.repository_type.outputs.value}}
3737
```

0 commit comments

Comments
 (0)