diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63e56df9..5f78658f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,6 @@ jobs: with: route: POST /repos/nationalarchives/tdr-e2e-tests/actions/workflows/ci.yml/dispatches ref: master - inputs: "{\"environment\": \"${{ inputs.environment }}\", \"wait\": \"0\"}" + inputs: "{\"environment\": \"${{ inputs.environment }}\", \"wait\": \"0\", \"repo-details\": \"tdr-consignment-export@${{ inputs.to-deploy }}\"}" env: GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}