diff --git a/README.md b/README.md index 01681452..afc65f08 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ etc. - `github_actions_runner.sh` - generates a [GitHub Actions](https://github.com/features/actions) self-hosted runner token for a given Repo or Organization via the GitHub API and then runs a dockerized GitHub Actions runner with the appropriate configuration - `github_actions_runner_local.sh` - downloads, configures and runs a local GitHub Actions Runner for Linux or Mac - `github_actions_runners.sh` - lists GitHub Actions self-hosted runners for a given Repo or Organization + - `github_actions_delete_offline_runners.sh` - deletes offline GitHub Actions self-hosted runners. Useful to clean up short-lived runners eg. Docker, Kubernetes - `github_workflows.sh` - lists GitHub Actions workflows for a given repo (or auto-infers local repository) - `github_workflow_runs.sh` - lists GitHub Actions workflow runs for a given workflow id or name - `github_workflows_status.sh` - lists all GitHub Actions workflows and their statuses for a given repo