21 lines
No EOL
400 B
Markdown
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. |