fix: correct aikido references
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m21s
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m21s
This commit is contained in:
parent
5cd8531254
commit
4f5b354e82
8 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: ./actions/internal-aikido-full-scan
|
||||
- uses: ./.forgejo/actions/internal-aikido-full-scan
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: ./actions/internal-aikido-pr-scan
|
||||
- uses: ./.forgejo/actions/internal-aikido-pr-scan
|
||||
with:
|
||||
apikey: ${{ inputs.apikey }}
|
||||
organization: ${{ forgejo.repository_owner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue