{"id":48535605,"url":"https://github.com/italia/js-action-template","last_synced_at":"2026-04-08T01:32:01.313Z","repository":{"id":42077758,"uuid":"336281101","full_name":"italia/js-action-template","owner":"italia","description":"GitHub JavaScript action template","archived":false,"fork":false,"pushed_at":"2023-02-13T14:08:18.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-15T06:52:18.176Z","etag":null,"topics":["actions","github","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/italia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-05T13:34:23.000Z","updated_at":"2023-02-13T14:01:58.000Z","dependencies_parsed_at":"2022-08-12T04:10:59.051Z","dependency_job_id":null,"html_url":"https://github.com/italia/js-action-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/italia/js-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fjs-action-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fjs-action-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fjs-action-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fjs-action-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/italia","download_url":"https://codeload.github.com/italia/js-action-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/italia%2Fjs-action-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31536460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["actions","github","github-actions"],"created_at":"2026-04-08T01:32:00.807Z","updated_at":"2026-04-08T01:32:01.297Z","avatar_url":"https://github.com/italia.png","language":"JavaScript","readme":"# GitHub JavaScript action template\n\n[![Join the #publiccode channel](https://img.shields.io/badge/Slack%20channel-%23publiccode-blue.svg?logo=slack)](https://developersitalia.slack.com/messages/CAM3F785T)\n[![Get invited](https://slack.developers.italia.it/badge.svg)](https://slack.developers.italia.it/)\n\nThis is a template repository for [creating a GitHub JavaScript action](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action).\n\nClick `Use this template` button to create your action based on this template.\n\nA sample action to get GitHub star counts and license from a given repository.\n\n## Inputs\n\nThe following inputs briefly explained here are fully declared and documented in the [action.yaml](action.yaml):\n\n* `repo` [**Required**] - GitHub repository to fetch (default `${{ github.repository }}`)\n\n* `github_token` [**Optional**] - GitHub token to interact with GitHub API (default `${{ github.token }}`)\n\n## Examples\n\nInclude this action in your repo by creating \n`.github/workflows/js-action-template.yml`and edit where needed:\n\n```yml\non: [push, pull_request]\n\njobs:\n  examplejob:\n    runs-on: ubuntu-latest\n    name: Get Stars and License\n    steps:\n    - uses: actions/checkout@v2\n    - uses: italia/js-action-template@v1\n      with:\n        repo: \"italia/publiccode-parser-action\"\n```\n\n## Build the action\n\nInstall dependencies\n\n```sh\nnpm i\n```\n\nBuild the action\n\n```sh\nnpm run build\n```\n\n## Contributing\n\nContributing is always appreciated.\nFeel free to open issues, fork or submit a Pull Request.\nIf you want to know more about how to add new fields, check out [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Maintainers\n\nThis software is maintained by the\n[Developers Italia](https://developers.italia.it/) team.\n\n## License\n\n© 2021 Dipartimento per la Trasformazione Digitale - Presidenza del Consiglio dei\nMinistri\n\nLicensed under the EUPL.\nThe version control system provides attribution for specific lines of code.\n\n## Remarks\n\nThis GitHub Action is published in the Github Marketplace.\nAs such, you can find the [Terms of Service here](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-marketplace-terms-of-service).\nAlso, [here](https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-marketplace-developer-agreement)\nyou can find the GitHub Marketplace Developer Agreement.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fjs-action-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitalia%2Fjs-action-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitalia%2Fjs-action-template/lists"}