{"id":13530677,"url":"https://github.com/christian-draeger/write-properties","last_synced_at":"2026-02-24T20:40:44.936Z","repository":{"id":38067384,"uuid":"234928128","full_name":"christian-draeger/write-properties","owner":"christian-draeger","description":"Github action to write java properties files ","archived":false,"fork":false,"pushed_at":"2022-06-22T21:21:41.000Z","size":16,"stargazers_count":14,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-13T09:26:52.180Z","etag":null,"topics":["action","actions","android","ci","file","github","github-action","github-actions","groovy","java","jvm","kotlin","properties","spring-boot","write"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/christian-draeger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["christian-draeger"],"custom":["https://www.paypal.me/skrapeit"]}},"created_at":"2020-01-19T16:17:16.000Z","updated_at":"2023-10-15T21:17:05.000Z","dependencies_parsed_at":"2023-01-04T12:15:47.961Z","dependency_job_id":null,"html_url":"https://github.com/christian-draeger/write-properties","commit_stats":{"total_commits":17,"total_committers":4,"mean_commits":4.25,"dds":"0.17647058823529416","last_synced_commit":"18d580b8e4c8c2b2426b99ad548b7dde55a810dd"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fwrite-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fwrite-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fwrite-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fwrite-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christian-draeger","download_url":"https://codeload.github.com/christian-draeger/write-properties/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221809399,"owners_count":16883905,"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":["action","actions","android","ci","file","github","github-action","github-actions","groovy","java","jvm","kotlin","properties","spring-boot","write"],"created_at":"2024-08-01T07:00:53.399Z","updated_at":"2026-02-24T20:40:39.917Z","avatar_url":"https://github.com/christian-draeger.png","language":"Shell","funding_links":["https://github.com/sponsors/christian-draeger","https://www.paypal.me/skrapeit"],"categories":["Community Resources"],"sub_categories":["Utility"],"readme":"# Write Properties \n\nThis is a GitHub action to write to java `.properties` files.\n\n**Note:** It will work for all file-types that follow the `key=value` pattern.\n\n\u003e If you are also looking for an action that enables you to **read values** from `.properties` files use\n\u003e [Read Properties action](https://github.com/christian-draeger/read-properties)\n\n## Inputs\n\n### `path`\n\n**Required** The path to properties file to read.\n\n### `property`\n\n**Required** The property or properties you want to write.\n\n### `value`\n\n**Required** The value of the given property or properties, in the same order.\n\n## Example usage\n\n    - name: Write value to Properties-file\n      uses: christian-draeger/write-properties@1.1.0\n      with:\n        path: './src/main/resources/application.properties'\n        property: |\n          'the.key.of.the.first.property'\n          'the.key.of.the.second.property'\n        value: |\n          'first value'\n          'second value'\n\n# License\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-draeger%2Fwrite-properties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristian-draeger%2Fwrite-properties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-draeger%2Fwrite-properties/lists"}