{"id":21618969,"url":"https://github.com/nickderobertis/background-task-action","last_synced_at":"2026-04-20T03:02:39.040Z","repository":{"id":215465780,"uuid":"738983348","full_name":"nickderobertis/background-task-action","owner":"nickderobertis","description":"\"Run Github Actions commands in the background and show their logs separately","archived":false,"fork":false,"pushed_at":"2024-01-04T15:24:19.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T20:39:27.552Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickderobertis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-04T13:59:46.000Z","updated_at":"2024-01-04T13:59:53.000Z","dependencies_parsed_at":"2024-01-04T16:27:01.463Z","dependency_job_id":"54b3d165-e996-46c3-aebe-b182c0c5df07","html_url":"https://github.com/nickderobertis/background-task-action","commit_stats":null,"previous_names":["nickderobertis/background-task-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nickderobertis/background-task-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fbackground-task-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fbackground-task-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fbackground-task-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fbackground-task-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickderobertis","download_url":"https://codeload.github.com/nickderobertis/background-task-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fbackground-task-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-24T23:07:28.310Z","updated_at":"2026-04-20T03:02:39.017Z","avatar_url":"https://github.com/nickderobertis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Background Task Github Action\n\nRun Github Actions commands in the background and show their logs separately\n\n## Inputs\n\nThe only required input is `run`.\n\n| Parameter           | Description                                                          | Allowed Values                                  | Default         |\n| ------------------- | -------------------------------------------------------------------- | ----------------------------------------------- | --------------- |\n| `run`               | Commands to run, supports multiple lines                             |                                                 |                 |\n| `tail`              | Which outputs to tail while you wait                                 | `stderr,stdout,true,false`                      | `stderr,stdout` |\n| `log-output`        | Which outputs to log post-run (after the job)                        | `stderr,stdout,true,false`                      | `stderr,stdout` |\n| `log-output-resume` | Which outputs should resume where tail left off (no duplicate lines) | `stderr,stdout,true,false`                      | `stderr,stdout` |\n| `log-output-if`     | Whether or not to log output                                         | `failure,exit-early,timeout,success,true,false` |                 |\n| `working-directory` | Sets the working directory (cwd) for the shell running commands      |                                                 |                 |\n\n## Outputs\n\nN/A\n\n## Examples\n\n```yaml\njobs:\n  run_action_default:\n    runs-on: ubuntu-latest\n    name: Run the action defined in this repository, with default options\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: Start services\n        uses: nickderobertis/background-task-action@v1\n        with:\n          run: docker-compose up -d\n      - name: Wait for server\n        run: |\n          curl --retry 20 --retry-delay 3 --fail --retry-connrefused -Lsv http://localhost:3000\n      - name: Run tests\n        run: ./tests.sh\n```\n\n## Development Status\n\nThis project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.\nAny time the major version changes, there may be breaking changes. If it is working well for you, consider\npegging to the current major version, e.g. `nickderobertis/background-task-action@v1`, to avoid breaking changes. Alternatively,\nyou can always point to the most recent stable release with the `nickderobertis/background-task-action@latest`.\n\n## Developing\n\nClone the repo and then run `npm install` to set up the pre-commit hooks.\n\n## Author\n\nCreated by Nick DeRobertis. MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickderobertis%2Fbackground-task-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickderobertis%2Fbackground-task-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickderobertis%2Fbackground-task-action/lists"}