update values

This commit is contained in:
leehk 2025-04-16 13:56:12 +08:00
parent e793bb5f44
commit 1680455a1a

View File

@ -67,8 +67,8 @@ jobs:
# Call the reusable workflow for testing # Call the reusable workflow for testing
uses: ./.github/workflows/template_test.yml # Path to the reusable workflow file uses: ./.github/workflows/template_test.yml # Path to the reusable workflow file
with: with:
projectName: ${{ env.PROJECT_NAME }} projectName: aimingmed-ai
repo: ${{ env.ARTIFACTORY_REPO }} repo: https://github.com/aimingmed
# Pass test environment variables as JSON string # Pass test environment variables as JSON string
testEnvs: > testEnvs: >
[ [
@ -107,4 +107,3 @@ jobs:
} }
] ]