{"id":18789716,"url":"https://github.com/notiz-dev/github-action-json-property","last_synced_at":"2025-04-13T14:06:22.447Z","repository":{"id":54251861,"uuid":"246428691","full_name":"notiz-dev/github-action-json-property","owner":"notiz-dev","description":"☕Simple GitHub Action to read a specified property from a JSON file.","archived":false,"fork":false,"pushed_at":"2024-03-11T20:41:45.000Z","size":191,"stargazers_count":32,"open_issues_count":5,"forks_count":20,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T14:06:13.503Z","etag":null,"topics":["actions","github-actions","json","json-parser"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notiz-dev.png","metadata":{"funding":{"github":"notiz-dev","patreon":"notiz_dev"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-10T23:18:11.000Z","updated_at":"2025-02-13T14:29:31.000Z","dependencies_parsed_at":"2024-06-18T14:08:29.066Z","dependency_job_id":"f60cca88-9114-4306-93ab-bf0876c1d3c6","html_url":"https://github.com/notiz-dev/github-action-json-property","commit_stats":{"total_commits":16,"total_committers":4,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"7a701887f4b568b23eb7b78bb0fc49aaeb1b68d3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":"notiz-dev/github-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fgithub-action-json-property","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fgithub-action-json-property/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fgithub-action-json-property/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notiz-dev%2Fgithub-action-json-property/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notiz-dev","download_url":"https://codeload.github.com/notiz-dev/github-action-json-property/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724639,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","json","json-parser"],"created_at":"2024-11-07T21:08:24.505Z","updated_at":"2025-04-13T14:06:22.423Z","avatar_url":"https://github.com/notiz-dev.png","language":"TypeScript","readme":"\n# github-action-json-property\n\n![Banner image showing successfully executed GitHub Action](banner.png)\n\nGet a specified property of a json file.\n\n## Usage\n\nUse the action inside your workflow yaml file like this:\n\n```yaml\n...\n- name: get version\n    id: version\n    uses: notiz-dev/github-action-json-property@release\n    with: \n        path: 'package.json'\n        prop_path: 'version'\n- run: echo ${{steps.version.outputs.prop}} \n...\n\n```\n\n\nGet a nested property value with dot separated prop_path \n\n```yaml\n...\n- name: get nested property\n    id: format_script\n    uses: notiz-dev/github-action-json-property@release\n    with: \n        path: 'package.json'\n        prop_path: 'scripts.format'\n- run: echo ${{steps.format_script.outputs.prop}} \n...\n\n```\n\nGet a property value as string \n\n```yaml\n...\n- name: get nested property\n    id: format_script\n    uses: notiz-dev/github-action-json-property@release\n    with: \n        path: 'package.json'\n        prop_path: 'scripts.format'\n- run: echo ${{steps.format_script.outputs.propStr}} \n...\n\n```\n","funding_links":["https://github.com/sponsors/notiz-dev","https://patreon.com/notiz_dev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotiz-dev%2Fgithub-action-json-property","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotiz-dev%2Fgithub-action-json-property","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotiz-dev%2Fgithub-action-json-property/lists"}