From 1c77a2560fff7a09cde20b768d5da4400532219c Mon Sep 17 00:00:00 2001 From: Mikail KOCAK Date: Fri, 28 Aug 2020 12:03:19 +0200 Subject: [PATCH] Updated test dashboard deployment to allow dashes API_URI can now contain dashes. --- .github/workflows/test-env-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index dd2c55321..5a804ae10 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -47,7 +47,7 @@ jobs: env: pull_request_body: ${{ github.event.pull_request.body }} prefix: API_URI= - pattern: (http|https)://[a-zA-Z0-9.]+/graphql/? + pattern: (http|https)://[a-zA-Z0-9.-]+/graphql/? run: | echo "::set-output name=custom_api_uri::$(echo $pull_request_body | grep -Eo "$prefix$pattern" | sed s/$prefix// | head -n 1)"