{"id":22878822,"url":"https://github.com/taskworld/job-cache-action","last_synced_at":"2026-04-27T21:31:13.026Z","repository":{"id":201196907,"uuid":"707109346","full_name":"taskworld/job-cache-action","owner":"taskworld","description":"GitHub Action for caching job status","archived":false,"fork":false,"pushed_at":"2023-11-02T06:26:09.000Z","size":1623,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T01:36:13.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/taskworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-10-19T08:39:10.000Z","updated_at":"2023-10-24T03:33:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3c8a8c9-c6d0-46aa-82d6-5073ee80317d","html_url":"https://github.com/taskworld/job-cache-action","commit_stats":null,"previous_names":["taskworld/job-cache-action"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/taskworld/job-cache-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskworld%2Fjob-cache-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskworld%2Fjob-cache-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskworld%2Fjob-cache-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskworld%2Fjob-cache-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskworld","download_url":"https://codeload.github.com/taskworld/job-cache-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskworld%2Fjob-cache-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":[],"created_at":"2024-12-13T16:32:37.460Z","updated_at":"2026-04-27T21:31:13.010Z","avatar_url":"https://github.com/taskworld.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This action is similar to [actions/cache](https://github.com/actions/cache) but it also saves the current [`job.status`](https://docs.github.com/en/actions/learn-github-actions/contexts#job-context) (**success** or **failure**) and restores it in a later run when the same `cache-key` hits.\n\nThis offers two separate actions `taskworld/job-cache-action/save` and `taskworld/job-cache-action/restore` due to the limitations of how job status is derived in JavaScript action.\n\n## Usage example\n\n```yml\non:\n\tpull_request:\n\njobs:\n\teslint:\n\t\truns-on: ubuntu-latest\n\t\tsteps:\n\t\t\t- uses: actions/checkout@v3\n\n\t\t\t- id: cache\n\t\t\t\tuses: taskworld/job-cache-action/restore@v1\n\t\t\t\twith:\n\t\t\t\t\tcache-key: build-${{ hashFiles('src') }}\n\t\t\t\t\tpath: pass-your-additional-files-here\n\n\t\t\t- runs: npx eslint\n\n\t\t\t- uses: taskworld/job-cache-action/save@v1\n\t\t\t\twith:\n\t\t\t\t\tcache-key: ${{ steps.cache.outputs.cache-key }}\n\t\t\t\t\tpath: pass-your-additional-files-here\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskworld%2Fjob-cache-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskworld%2Fjob-cache-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskworld%2Fjob-cache-action/lists"}