Initial commit #1
1 changed files with 20 additions and 2 deletions
22
README.md
22
README.md
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue