Updated test dashboard deployment to allow dashes
API_URI can now contain dashes.
This commit is contained in:
parent
265c8bc0ca
commit
1c77a2560f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-env-deploy.yml
vendored
2
.github/workflows/test-env-deploy.yml
vendored
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue