{"id":44744582,"url":"https://github.com/clevyr/yampl-action","last_synced_at":"2026-02-15T21:35:56.622Z","repository":{"id":40758504,"uuid":"508010048","full_name":"clevyr/yampl-action","owner":"clevyr","description":"GitHub Action to invoke yampl during CI/CD.","archived":false,"fork":false,"pushed_at":"2024-07-27T23:02:14.000Z","size":43,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-19T14:09:52.193Z","etag":null,"topics":["docker","github-actions","go-template","kubernetes","yaml"],"latest_commit_sha":null,"homepage":"https://github.com/clevyr/yampl","language":null,"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/clevyr.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-27T17:54:09.000Z","updated_at":"2024-07-27T23:02:18.000Z","dependencies_parsed_at":"2022-07-29T09:19:11.748Z","dependency_job_id":"185ada3e-46ab-4c9a-806b-c6c7703acd19","html_url":"https://github.com/clevyr/yampl-action","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/clevyr/yampl-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevyr%2Fyampl-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevyr%2Fyampl-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevyr%2Fyampl-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevyr%2Fyampl-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clevyr","download_url":"https://codeload.github.com/clevyr/yampl-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clevyr%2Fyampl-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","github-actions","go-template","kubernetes","yaml"],"created_at":"2026-02-15T21:35:53.680Z","updated_at":"2026-02-15T21:35:56.614Z","avatar_url":"https://github.com/clevyr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# yampl-action\n\nThis action runs [yampl](https://github.com/clevyr/yampl) to template values in a yaml file.\n\nSee the [yampl](https://github.com/clevyr/yampl#readme) readme for more details on yampl templating capabilities.\n\n## Usage\n\n### Inputs\n\n| Name             | Description                                                                                                                                                    | Required | Default  |\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|----------|\n| `file`           | Path to the file that should be patched.                                                                                                                       | `true`   |          |\n| `vars`           | List of vars to replace in the provided file.                                                                                                                  | `true`   |          |\n| `commit_message` | If set, this action will invoke [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) with the given commit message. | `false`  | `\"\"`     |\n| `yampl_version`  | The Yampl version to install.                                                                                                                                  | `false`  | `latest` |\n\n### Outputs\n\nNone\n\n## Example Workflow\n\nHere is an example that fetches a separate deployment repo and patches its configuration.\n\n```yaml\nname: Patch Configuration\n\non: push\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      - id: short-sha\n        uses: benjlevesque/short-sha@v1.2\n\n      - name: Bump version\n        uses: clevyr/yampl-action@v1\n        with:\n          file: deployment.yaml\n          vars: |\n            tag=${{ github.sha }}\n          commit_message: \"chore: Bump deployment to ${{ steps.short-sha.outputs.sha }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevyr%2Fyampl-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclevyr%2Fyampl-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclevyr%2Fyampl-action/lists"}