Github Workflow Finder icon

Github Workflow Finder

Extension Actions

CRX ID
cnbkejpmllmplddidfjpifgghdapdlid
Status
  • Live on Store
Description from extension meta

Encuentra workflows y actions de Github fácilmente

Image from store
Github Workflow Finder
Description from store

This actions let you easily open Github Workflows references.

As a DevSecOps, if you are working with Github Actions Workflows you will usually need to check other workflows and actions that are referenced to the actual workflow you are working on.

This addon let you easily open the file, by parsing the URL.

This is an example about how we reference reusable workflows to our workflows:

goodorganization/goodrepo/.github/workflows/file.yml@feature/18275

And this is how Github expect you find the workflow:

https://github.com/goodorganization/goodrepo/blob/feature/18275/.github/workflows/file.yml

We lost a lot of time changing the URL to check out our reusable workflows or actions. With this addon, it is not a problem.