{"id":16123605,"url":"https://github.com/austenstone/job-id","last_synced_at":"2026-03-01T18:32:15.523Z","repository":{"id":238755357,"uuid":"797464678","full_name":"austenstone/job-id","owner":"austenstone","description":"Get the GitHub Actions job id as job_id","archived":false,"fork":false,"pushed_at":"2024-05-08T14:48:29.000Z","size":448,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T18:25:54.671Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":null,"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/austenstone.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["austenstone"]}},"created_at":"2024-05-07T22:17:57.000Z","updated_at":"2025-03-12T16:05:50.000Z","dependencies_parsed_at":"2024-05-11T19:30:34.744Z","dependency_job_id":null,"html_url":"https://github.com/austenstone/job-id","commit_stats":null,"previous_names":["austenstone/job-id"],"tags_count":1,"template":false,"template_full_name":"austenstone/action-typescript","purl":"pkg:github/austenstone/job-id","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-id","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-id/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-id/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-id/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austenstone","download_url":"https://codeload.github.com/austenstone/job-id/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-id/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29978559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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"],"created_at":"2024-10-09T21:17:39.799Z","updated_at":"2026-03-01T18:32:15.487Z","avatar_url":"https://github.com/austenstone.png","language":null,"funding_links":["https://github.com/sponsors/austenstone"],"categories":[],"sub_categories":[],"readme":"# Get Job ID Action\n\nGitHub doesn't provide the job id anywhere so here's a simple action to get the job id for the current job.\n\n## Usage\n\nCalling the action in the job you want to get the job id for. Provide an ID for the step so you can reference the output.\n\n#### Example\n```yml\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: austenstone/job-id@v1\n        id: job-id\n      - run: echo $GITHUB_JOB_ID\n        env:\n          GITHUB_JOB_ID: ${{ steps.job-id.outputs.job-id }}\n```\n\n## ➡️ Inputs\nVarious inputs are defined in [`action.yml`](action.yml):\n\n| Name | Description | Default |\n| --- | - | - |\n| github\u0026#x2011;token | Token to use to authorize. | ${{\u0026nbsp;github.token\u0026nbsp;}} |\n\n\n## ⬅️ Outputs\n| Name | Description |\n| --- | - |\n| job-id | The job id for the current job. |\n\n## Further help\nTo get more help on the Actions see [documentation](https://docs.github.com/en/actions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fjob-id","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustenstone%2Fjob-id","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fjob-id/lists"}