{"id":18601747,"url":"https://github.com/eficode/github-action-template","last_synced_at":"2026-04-13T20:31:41.209Z","repository":{"id":152149730,"uuid":"431850272","full_name":"eficode/github-action-template","owner":"eficode","description":"This is a template repository for creating new Github Actions","archived":false,"fork":false,"pushed_at":"2021-11-25T16:54:31.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-16T17:44:34.067Z","etag":null,"topics":["actions","eficode","github","template"],"latest_commit_sha":null,"homepage":"https://eficode.com","language":"TypeScript","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/eficode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-11-25T13:12:11.000Z","updated_at":"2021-11-25T16:54:33.000Z","dependencies_parsed_at":"2023-07-12T05:00:22.141Z","dependency_job_id":null,"html_url":"https://github.com/eficode/github-action-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/eficode/github-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fgithub-action-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fgithub-action-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fgithub-action-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fgithub-action-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eficode","download_url":"https://codeload.github.com/eficode/github-action-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fgithub-action-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["actions","eficode","github","template"],"created_at":"2024-11-07T02:09:18.351Z","updated_at":"2026-04-13T20:31:41.190Z","avatar_url":"https://github.com/eficode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Action Template\n\nThis is a template repository for creating new Github Actions.\n\n## Prerequisites\n\nNone\n\n## Running\n\nAdd action `eficode/github-action-template@latest` to your actions. The outputs of the action (if any) can be used in the following actions with `${{ steps.\u003cyour action id\u003e.outputs.output_example }}`.\n\n```\nname: Using the Github Action Template\n\non: [push, pull_request]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    timeout-minutes: 5\n\n    steps:\n    - uses: eficode/github-action-template@latest\n      id: output_id\n      with:\n        input_example: \"input\"\n    - name: update status\n      run: |\n        echo \"output_example: ${{ steps.output_id.outputs.output_example }}\"\n```\n\n## Building\n\n```bash\nnpm run build\n```\n\n## Releasing\n\nRelease writes [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to `CHANGELOG.md`, creates a new tag for the next version and pushes the changes. Actions in `release.yml` will then create a new release in Github.\n\n```bash\nnpm run release\n```\n\n## Testing\n\nYou can run the tests with:\n\n```bash\nnpm test\n```\n\nAnd lint with:\n\n```bash\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Fgithub-action-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feficode%2Fgithub-action-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Fgithub-action-template/lists"}