| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This tool generates a dashboard that shows live status of all GitHub Action workflows in a given set of GitHub repositories.
The generate.sh script can read input files that contain single line records of GitHub repositories, scan all workflows listed in .github/workflows and generate a Markdown file that shows the current status of each workflow.
generate.sh [-h] -o OUTFILE [-i FILE]...
-h display this help
-i input file path
-o output markdown file pathYou can provide multiple input files. The input file value can be a local file path or an http(s) URL.
Input files must have a GitHub repository name per line that follows the syntax <user-or-org>/<repo>.
Lines beginning with # are treated as comments.
You can use a github-workflow like this that runs the generate script every day to see if any workflow files have been added/removed from the repositories listed in the input files.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
Please read SECURITY.md for details on our security policy and how to report security vulnerabilities.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the terms of the LICENSE file.
| Back | FazBrowse Home | New Git URL |