diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 885bcd7..6af05e9 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -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: } ] - \ No newline at end of file