Initial commit

This commit is contained in:
Michael.Seele@schmalz.de 2026-04-17 12:33:21 +00:00
parent 2f58ee5312
commit 30c7964a22

View file

@ -1,3 +1,21 @@
# template_library
# shared-actions
Template for library projects (no dev branch)
Shared composite actions for Forgejo CI/CD pipelines.
## Actions
| Action | Description |
|--------|-------------|
| | |
## Usage
Reference actions from your project's workflow:
```yaml
- uses: schmalz/shared-actions/.github/actions/<action-name>@v1
with:
# see each action's README for inputs
```
Each action has its own README with inputs, usage examples, and notes.