From 30c7964a22e7e840b8bf0b5b914f84d5ce4a8fac Mon Sep 17 00:00:00 2001 From: Michael Seele Date: Fri, 17 Apr 2026 12:33:21 +0000 Subject: [PATCH] Initial commit --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 848ff57..db9329b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ -# template_library +# shared-actions -Template for library projects (no dev branch) \ No newline at end of file +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/@v1 + with: + # see each action's README for inputs +``` + +Each action has its own README with inputs, usage examples, and notes. \ No newline at end of file