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

https://github.com/neticdk/shared-github-actions

GitHub actions that can be used as reusable workflows
https://github.com/neticdk/shared-github-actions

Last synced: 5 months ago
JSON representation

GitHub actions that can be used as reusable workflows

Awesome Lists containing this project

README

          

# shared github workflows

## Usage

In your workflow do something like:

```yaml
jobs:
the-job:
uses: neticdk/shared-github-actions/.github/workflows/the-flow.yaml@main
with:
my-input: my-value
```