{"id":24413834,"url":"https://github.com/ci-space/edit-config","last_synced_at":"2026-04-28T18:01:48.583Z","repository":{"id":268892146,"uuid":"905533970","full_name":"ci-space/edit-config","owner":"ci-space","description":"Console app and GitHub action for editing configuration files","archived":false,"fork":false,"pushed_at":"2025-01-13T20:38:45.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T21:28:45.408Z","etag":null,"topics":["continuous-integration","github-actions","go","semver-release"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ci-space.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-19T02:59:45.000Z","updated_at":"2025-01-13T20:37:37.000Z","dependencies_parsed_at":"2024-12-19T14:50:33.610Z","dependency_job_id":"ed27eb61-1878-47b9-8488-6ac918026ac6","html_url":"https://github.com/ci-space/edit-config","commit_stats":null,"previous_names":["ci-space/edit-config"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fedit-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fedit-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fedit-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ci-space%2Fedit-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ci-space","download_url":"https://codeload.github.com/ci-space/edit-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392334,"owners_count":20283564,"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":["continuous-integration","github-actions","go","semver-release"],"created_at":"2025-01-20T07:15:34.088Z","updated_at":"2026-04-28T18:01:43.553Z","avatar_url":"https://github.com/ci-space.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edit-config\n\nedit-config - is console app and GitHub action for editing configuration files\n\n## Workflow examples based on edit-config\n- [Manual release workflow with up image version](./docs/example_release_up_image_version.md)\n\n## Usage\n\nAvailable actions:\n- Up image version\n- Append: add value to array / concat string / add number\n\n### Up image version\n\n```yaml\njobs:\n  up-image-version:\n    steps:\n      - name: Up image version\n        id: version\n        uses: ci-space/edit-config@master\n        with:\n          file: action.yaml\n          action: up-image-version\n          pointer: runs.image\n          value: ${{ github.event.inputs.version }}\n\n      - name: Print image version\n        run: echo ${{ steps.version.outputs.new-version }}\n```\n\n### Append value to array\n\n```yaml\njobs:\n  append-value-to-array:\n    steps:\n      - name: Append value to array\n        uses: ci-space/edit-config@master\n        with:\n          file: users.yaml\n          action: append\n          pointer: users[0].phones\n          value: '123'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-space%2Fedit-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fci-space%2Fedit-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fci-space%2Fedit-config/lists"}