fix: correct paths
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m7s

This commit is contained in:
Michael.Seele@schmalz.de 2026-04-30 13:16:01 +02:00
parent feaeeedd7a
commit fc82729de8
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Composite wrapper around the Aikido full-release Docker scan. Automatically reso
## Usage
```yaml
- uses: schmalz/shared-actions/.forgejo/actions/aikido-full-scan@v1
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-full-scan@aikido-full-scan-v1
with:
apikey: ${{ secrets.AIKIDO_API_KEY }}
```

View file

@ -12,7 +12,7 @@ Composite wrapper around the Aikido PR Docker scan. Automatically resolves repos
## Usage
```yaml
- uses: schmalz/shared-actions/.forgejo/actions/aikido-pr-scan@v1
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-pr-scan@aikido-pr-scan-v1
with:
apikey: ${{ secrets.AIKIDO_API_KEY }}
fail-on: high

View file

@ -16,7 +16,7 @@ Composite wrapper around actions/checkout pinned to a specific commit SHA to pre
## Usage
```yaml
- uses: schmalz/shared-actions/.forgejo/actions/checkout@v1
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1
```
## Notes