shared-actions/README.md
2026-04-24 14:44:56 +02:00

21 lines
No EOL
400 B
Markdown

# shared-actions
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.