{"id":15704281,"url":"https://github.com/technote-space/load-config-action","last_synced_at":"2025-06-11T05:35:32.950Z","repository":{"id":37002104,"uuid":"244283724","full_name":"technote-space/load-config-action","owner":"technote-space","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-24T09:03:43.000Z","size":7969,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T05:48:10.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/technote-space.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":"https://paypal.me/technote0space"}},"created_at":"2020-03-02T04:56:57.000Z","updated_at":"2022-01-03T16:22:13.000Z","dependencies_parsed_at":"2023-09-24T11:11:20.892Z","dependency_job_id":"180d15b3-9f8c-442d-993a-f638ca2034ac","html_url":"https://github.com/technote-space/load-config-action","commit_stats":{"total_commits":283,"total_committers":2,"mean_commits":141.5,"dds":0.3639575971731449,"last_synced_commit":"4c41d38da816a848611e77de9b5905fcb09e02a3"},"previous_names":[],"tags_count":162,"template":false,"template_full_name":"technote-space/gh-actions-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fload-config-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fload-config-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fload-config-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technote-space%2Fload-config-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technote-space","download_url":"https://codeload.github.com/technote-space/load-config-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767399,"owners_count":21961103,"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":[],"created_at":"2024-10-03T20:11:05.773Z","updated_at":"2025-05-12T15:43:47.895Z","avatar_url":"https://github.com/technote-space.png","language":"TypeScript","funding_links":["https://paypal.me/technote0space"],"categories":[],"sub_categories":[],"readme":"# Load Config Action\n\n[![CI Status](https://github.com/technote-space/load-config-action/workflows/CI/badge.svg)](https://github.com/technote-space/load-config-action/actions)\n[![codecov](https://codecov.io/gh/technote-space/load-config-action/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/load-config-action)\n[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/load-config-action/badge)](https://www.codefactor.io/repository/github/technote-space/load-config-action)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/load-config-action/blob/master/LICENSE)\n\nGitHub Actions to load config.\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDetails\u003c/summary\u003e\n\n- [Usage](#usage)\n- [Author](#author)\n\n*generated with [TOC Generator](https://github.com/technote-space/toc-generator)*\n\n\u003c/details\u003e\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Usage\ne.g. `test.yml`  \n```yaml\non: push\nname: Example\njobs:\n  triage:\n    name: Load config example\n    runs-on: ubuntu-latest\n    steps:\n      - uses: technote-space/load-config-action@v1\n        with:\n          CONFIG_FILENAME: config.yml\n      - name: Dump\n        run: |\n          echo ${{ env.test1 }}\n          echo ${{ env.test2 }}\n          echo ${{ env.test3 }}\n```\n\n`.github/config.yml`\n```yaml\ntest1: test1\ntest2:\n  - test1\n  - test2\ntest3:\n  test4: test5\n```\n\nresult:\n\n```\ntest1\n[test1,test2]\n{test4:test5}\n```\n\n## Author\n[GitHub (Technote)](https://github.com/technote-space)  \n[Blog](https://technote.space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fload-config-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnote-space%2Fload-config-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnote-space%2Fload-config-action/lists"}