Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)