Find Github workflows and actions easily
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.