Skip to content
Needs update

Actions

There’s a variety of actions I perform quite often in projects. I decided to expose those via a general action. This action is a composite action that effectively just runs one of my other actions but with some default options or chaining for the sake of providing an easy default.

- uses: simonhyll/simonhyll@0
with:
says: 'some-action'

All my actions are hosted in my personal GitHub repository github.com/simonhyll/simonhyll and are audited by me personally. While I allow pull requests to be made I’m the sole maintainer of that repository.

If you have an advanced use-case you can read more about each individual action in their own segment on this site.