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
- Host: GitHub
- URL: https://github.com/stickeeuk/github-actions
- Owner: stickeeuk
- Created: 2022-08-15T08:06:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T09:17:50.000Z (about 1 year ago)
- Last Synced: 2025-01-12T21:06:24.127Z (5 months ago)
- Language: TypeScript
- Size: 25.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.