Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cschleiden/gh-effective-workflow
Display effective workflow for GitHub Actions
https://github.com/cschleiden/gh-effective-workflow
gh-extension golang
Last synced: 18 days ago
JSON representation
Display effective workflow for GitHub Actions
- Host: GitHub
- URL: https://github.com/cschleiden/gh-effective-workflow
- Owner: cschleiden
- Created: 2022-12-22T08:09:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T18:11:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T13:44:37.869Z (about 2 months ago)
- Topics: gh-extension, golang
- Language: Go
- Homepage:
- Size: 879 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Displays the effective workflow for a workflow run. Includes all of the called reusable workflow files at the correct version.
### Install:
```bash
$ gh extension install https://github.com/cschleiden/gh-effective-workflow
```### Usage:
```bash
$ cd demo-repo
$ gh effective-workflow view
```#### Example
![Example output](./media/example.png)