{"id":41342531,"url":"https://github.com/xembly/workflow-manager","last_synced_at":"2026-01-23T06:52:16.217Z","repository":{"id":36976917,"uuid":"349105574","full_name":"xembly/workflow-manager","owner":"xembly","description":"A helper action that can manage self-hosted runner cleanup and workflow cancellations.","archived":false,"fork":false,"pushed_at":"2024-11-05T04:34:06.000Z","size":1607,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T14:48:39.402Z","etag":null,"topics":["actions","github-actions","workflow"],"latest_commit_sha":null,"homepage":"","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/xembly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-03-18T14:32:17.000Z","updated_at":"2024-08-14T19:42:32.000Z","dependencies_parsed_at":"2024-10-25T05:26:56.250Z","dependency_job_id":"20d2bdb0-a77d-4fa5-a93f-f4641f1f4a60","html_url":"https://github.com/xembly/workflow-manager","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"18081d148034b3ddff2617b18c9c55830a950dd5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/xembly/workflow-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xembly%2Fworkflow-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xembly%2Fworkflow-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xembly%2Fworkflow-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xembly%2Fworkflow-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xembly","download_url":"https://codeload.github.com/xembly/workflow-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xembly%2Fworkflow-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: 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-actions","workflow"],"created_at":"2026-01-23T06:52:16.147Z","updated_at":"2026-01-23T06:52:16.202Z","avatar_url":"https://github.com/xembly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflow Manager : A GitHub Action\n\nA helper action that can manage self hosted runner cleanup and workflow cancellations.\n\n- `Clean Workspace`: Removes any old workspace files and directories while leaving runner cache intact.\n\n- `Cancel Workflows`: Cancels any previous runs that are not `completed` for the current workflow.\n\n## Usage\n\n### Prerequisites\n- A workflow `.yaml|.yml` file in your repositories `.github/workflows` directory. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).\n- The action _**MUST**_ be the first step inside each job. If you place it after another step, it will not function correctly.\n\n  ```yaml\n  ...\n  jobs:\n    build:\n      runs-on: ubuntu-latest\n      steps:\n        - uses: xembly/workflow-manager@v1\n        # other steps\n    deploy:\n      runs-on: ubuntu-latest\n      steps:\n        - uses: xembly/workflow-manager@v1\n        # other steps\n  ...\n  ```\n\n### Inputs\n- `token`: Your GitHub API token. Recommended to use `${{ secrets.GITHUB_TOKEN }}` _**[required only if cancel option specified]**_\n- `run`: A comma separated list of helper functions to run. Valid options are: `clean`, `cancel`. Default: `clean`\n- `verbose`: Outputs addition logs during execution. Default: `false`\n\n### Outputs\n- `REF_NAME`: The branch or tag name if ref is from a tag push. (this is set as an environment variable)\n- `REF_TYPE`: Denotes if the REF is a 'tag' or 'branch'. (this is set as an environment variable)\n\n### Example Usage\n\n```yaml\nuses: xembly/workflow-manager@v1\nwith:\n  token: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Github Actions, you do not need to create your own token\n  run: clean, cancel  # Optional, Default: clean\n  verbose: true # Optional, Default: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxembly%2Fworkflow-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxembly%2Fworkflow-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxembly%2Fworkflow-manager/lists"}