fix: reference internal actions as full qualified shared actions
This commit is contained in:
parent
3eaba16b67
commit
a9ea87cafe
8 changed files with 2 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: ./aikido-full-scan/docker
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/internal-aikido-full-scan@internal-aikido-full-scan-v1
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
|
|
@ -16,14 +16,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- 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
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/internal-aikido-pr-scan@internal-aikido-pr-scan-v1
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue