chore: add readme
This commit is contained in:
parent
6e4477c9a5
commit
0353714d8a
1 changed files with 21 additions and 2 deletions
23
README.md
23
README.md
|
|
@ -1,3 +1,22 @@
|
|||
# template_library
|
||||
# shared-actions
|
||||
|
||||
Template for library projects (no dev branch)
|
||||
Shared composite actions for Forgejo CI/CD pipelines.
|
||||
|
||||
## Actions
|
||||
|
||||
| Action | Description |
|
||||
|--------|-------------|
|
||||
| [aws-configure](aws-configure) | Authenticate with AWS via OIDC |
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Reference actions from your project's workflow:
|
||||
|
||||
```yaml
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-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