XXX
This commit is contained in:
parent
70f2da4381
commit
3eaba16b67
1 changed files with 8 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue