{"id":17087218,"url":"https://github.com/nvdaes/get-repository-id","last_synced_at":"2026-04-11T11:40:09.059Z","repository":{"id":210575211,"uuid":"723597246","full_name":"nvdaes/get-repository-id","owner":"nvdaes","description":"Gets the global node ID of a repository","archived":false,"fork":false,"pushed_at":"2025-03-09T10:05:16.000Z","size":1107,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-14T18:59:36.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nvdaes.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-26T06:58:08.000Z","updated_at":"2025-03-09T10:03:29.000Z","dependencies_parsed_at":"2023-12-22T20:56:30.511Z","dependency_job_id":"23ec12ab-82a2-4e60-95d3-83313e1da207","html_url":"https://github.com/nvdaes/get-repository-id","commit_stats":null,"previous_names":["nvdaes/get-repository-id"],"tags_count":21,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvdaes%2Fget-repository-id","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvdaes%2Fget-repository-id/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvdaes%2Fget-repository-id/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvdaes%2Fget-repository-id/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvdaes","download_url":"https://codeload.github.com/nvdaes/get-repository-id/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119574,"owners_count":20563763,"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-10-14T13:31:43.904Z","updated_at":"2026-04-11T11:40:04.024Z","avatar_url":"https://github.com/nvdaes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Repository Global Node ID action\n\nThis action gets the\n[global node ID](https://docs.github.com/en/graphql/guides/using-global-node-ids)\nof the specified GitHub repository.\n\nIt can be used in other actions, to make calls to the\n[GitHub GraphQL API](https://docs.github.com/en/graphql/overview/public-schema).\n\nNote that the global node ID of a repository is not the same as its repository\nID (i.e.,\n[`GITHUB_REPOSITORY_ID`](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)).\n\n## Inputs\n\n### `repository`\n\nA repository to get its ID. Default `${{ github.repository }}`.\n\n### `token`\n\nGitHub token. Defaults `${{ github.token }}`.\n\n## Outputs\n\n### `repo-id`\n\nThe global node ID of the specified repository.\n\n## Example usage\n\n```yaml\n- name: Get global node ID\n  id: get-repo-id\n  uses: nvdaes/get-repository-id@v1\n  with:\n    repository: owner/repo\n\n- name: Print Output\n  id: output\n  run: echo \"${{ steps.get-repo-id.outputs.repo-id }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvdaes%2Fget-repository-id","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvdaes%2Fget-repository-id","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvdaes%2Fget-repository-id/lists"}