Merge pull request #682 from mirumee/fix/test-build/allow-dashes
Updated test dashboard deployment to allow dashes
This commit is contained in:
commit
b1791b6277
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