{"id":19456848,"url":"https://github.com/porter-dev/porter-update-action","last_synced_at":"2025-04-25T05:31:07.835Z","repository":{"id":38973698,"uuid":"395324469","full_name":"porter-dev/porter-update-action","owner":"porter-dev","description":"This Github action updates a deployment running on Porter.","archived":false,"fork":false,"pushed_at":"2024-06-05T19:08:14.000Z","size":96,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T17:54:52.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/porter-dev.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":"2021-08-12T13:15:03.000Z","updated_at":"2024-06-05T19:08:17.000Z","dependencies_parsed_at":"2024-05-22T21:45:04.759Z","dependency_job_id":"e44ac303-36b0-4f4d-80c3-879865b46487","html_url":"https://github.com/porter-dev/porter-update-action","commit_stats":{"total_commits":19,"total_committers":5,"mean_commits":3.8,"dds":0.631578947368421,"last_synced_commit":"85256ac0535fbf3e0ab9b0a556805bee0ad9354d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porter-dev%2Fporter-update-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porter-dev%2Fporter-update-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porter-dev%2Fporter-update-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porter-dev%2Fporter-update-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/porter-dev","download_url":"https://codeload.github.com/porter-dev/porter-update-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250760698,"owners_count":21482851,"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-11-10T17:18:43.651Z","updated_at":"2025-04-25T05:31:07.089Z","avatar_url":"https://github.com/porter-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# porter-update-action\n\nThis Github action updates an app deployment running on Porter.\n\nUsage\n---\n```yaml\nsteps:\n  - name: Checkout code\n    uses: actions/checkout@v2.3.4\n  - name: Update Porter deployment\n    uses: porter-dev/porter-update-action@v0.1.0\n    with:\n      app: foo\n      cluster: 1234\n      project: 4321\n      token: ${{ secrets.PORTER_TOKEN }}\n```\n\nConfiguration Options\n---\n\nThe possible inputs are:\n\n- `app`: (string, required): Name of application.\n- `cluster`: (number, required): Cluster ID of Porter cluster.\n- `dockerfile`: (string, optional): path to the Dockerfile used to build the image.\n- `host`: (string, optional): Host URL of Porter instance. Set this if you use a self-hosted Porter instance.\n- `namespace`: (string, optional): Namespace of the application (default \"default\")\n- `path`: (string, optional): Path to build directory.\n- `project`: (number, required): Project ID of Porter project.\n- `tag` (string, optional): The specified tag to use (default \"latest\")\n- `token`: (string, required): Token for Porter authentication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporter-dev%2Fporter-update-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporter-dev%2Fporter-update-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporter-dev%2Fporter-update-action/lists"}