{"id":21840254,"url":"https://github.com/gocom/action-textpattern-package-plugin","last_synced_at":"2025-07-30T13:34:13.632Z","repository":{"id":63438697,"uuid":"214645626","full_name":"gocom/action-textpattern-package-plugin","owner":"gocom","description":"GitHub Action for automatically creating Textpattern CMS plugin packages","archived":false,"fork":false,"pushed_at":"2022-11-18T22:33:05.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T10:55:13.889Z","etag":null,"topics":["textpattern","textpattern-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/gocom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-12T12:42:59.000Z","updated_at":"2022-11-22T07:57:26.000Z","dependencies_parsed_at":"2022-11-19T00:31:46.961Z","dependency_job_id":null,"html_url":"https://github.com/gocom/action-textpattern-package-plugin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gocom/action-textpattern-package-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Faction-textpattern-package-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Faction-textpattern-package-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Faction-textpattern-package-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Faction-textpattern-package-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/action-textpattern-package-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Faction-textpattern-package-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875733,"owners_count":24158781,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["textpattern","textpattern-development"],"created_at":"2024-11-27T21:25:24.915Z","updated_at":"2025-07-30T13:34:13.622Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package Textpattern CMS plugin GitHub Action\n=====\n\nThis [GitHub Action](https://help.github.com/en/articles/about-github-actions) packages a source repository containing\na [Textpattern CMS](https://textpattern.com) plugin and creates installers.\n\nUsage\n-----\n\n[Create a workflow file](https://help.github.com/en/articles/configuring-a-workflow) that checkouts your source code and builds it:\n\n```yaml\nname: Example Workflow\n\non: [push]\n\njobs:\n  build:\n    name: Build\n    runs-on: ubuntu-latest\n\n    steps:\n\n    - name: Checkout\n      uses: actions/checkout@v4\n\n    - name: Build\n      id: build\n      uses: gocom/action-textpattern-package-plugin@master\n\n    - name: Print Built Installers\n      run: |\n        cat ${{ github.workspace }}/${{ steps.build.outputs.compressed }}\n        cat ${{ github.workspace }}/${{ steps.build.outputs.uncompressed }}\n```\n\nSee [rah_flat](https://github.com/gocom/rah_flat) repository for live\n[workflow examples](https://github.com/gocom/rah_flat/blob/master/.github/workflows), and\n[releases](https://github.com/gocom/rah_flat/releases) containing uploaded plugin installers.\n\nInput Arguments\n-----\n\n* **source**\n  Path to the plugin source directory containing `manifest.json`. The path is relative to the repository root. Defaults\n  to repository root directory.\n* **output**\n  Path to the output directory where build artifacts are saved to, relative to `$GITHUB_WORKSPACE`. Defaults to\n  `build/packages`.\n\nOutput Variables\n-----\n\n* **name**\n  The name of the built plugin.\n* **version**\n  The version number from the manifest file.\n* **compressed**\n  Path to the compressed plugin installer file, relative to `$GITHUB_WORKSPACE`.\n* **uncompressed**\n  Path to the uncompressed plugin installer file, relative to `$GITHUB_WORKSPACE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Faction-textpattern-package-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Faction-textpattern-package-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Faction-textpattern-package-plugin/lists"}