XXX
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m42s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 2m0s

This commit is contained in:
Michael.Seele@schmalz.de 2026-05-04 12:42:11 +00:00
parent 70f2da4381
commit 3eaba16b67

View file

@ -16,7 +16,14 @@ inputs:
runs:
using: composite
steps:
- uses: ./aikido-pr-scan/docker
- name: Debug action path
shell: bash
run: |
echo "PWD: $PWD"
echo "GITHUB_ACTION_PATH: $GITHUB_ACTION_PATH"
find "$GITHUB_ACTION_PATH" -maxdepth 3
- uses: ./docker
with:
apikey: ${{ inputs.apikey }}
organization: ${{ forgejo.repository_owner }}