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