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