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

https://github.com/stickeeuk/github-actions

Custom GitHub actions
https://github.com/stickeeuk/github-actions

Last synced: 3 months ago
JSON representation

Custom GitHub actions

Awesome Lists containing this project

README

        

# GitHub Actions

Custom GitHub actions.

Each action should be in its own subdirectory, and have a `build.sh` file for any build steps required.

> :warning: **This repository is public.** These actions are designed for internal stickee use only, but GitHub does not support private actions.

## Workflows

When the `main` branch is pushed, it will run `*/build.sh` to build each action, then commit the results to this repository.