From ffeda5d0015dfd42d9ef317bcbc8a10dd4a3acd4 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Mon, 11 Mar 2024 16:20:45 -0700 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cef34dc9..af307cfd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -32,7 +32,7 @@ jobs: matrix: include: - service: aries-endorser-agent - GIT_REPO_URL: hyperledger/aries-endorser-service + GIT_REPO_URL: ${{ inputs.service.endoser.agent_git_repo_url || 'hyperledger/aries-endorser-service' }} GIT_REF: "" DOCKER_FILE_PATH: Dockerfile.acapy # The docker path, file, is the relative path to the docker file from the root of the repo. SOURCE_CONTEXT_DIR: docker/acapy # The context dir, context, sets the context for the build. i.e. where the build will source files from