chore: add readme

This commit is contained in:
Markus.Opahle@schmalz.de 2026-04-24 16:02:10 +02:00
parent 1aaa12bcea
commit 7f2350f1d5

View file

@ -6,14 +6,15 @@ Shared composite actions for Forgejo CI/CD pipelines.
| Action | Description |
|--------|-------------|
| | |
| [aws-configure](aws-configure) | Authenticate with AWS via OIDC |
## Usage
Reference actions from your project's workflow:
```yaml
- uses: schmalz/shared-actions/.github/actions/<action-name>@v1
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/<action-name>@v1
with:
# see each action's README for inputs
```