Skip to content

Commit a12b4d5

Browse files
committed
Remove undesired declaration
1 parent 6d01ed1 commit a12b4d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-cors-proxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
if [[ -n "${CUSTOM_SUPPORTED_ORIGINS_SPACE_SEPARATED}" ]]; then
7474
CUSTOM_ORIGINS_PHP="<?php define('PLAYGROUND_CORS_PROXY_SUPPORTED_ORIGINS', array("
7575
76-
$origin_pattern = ''
7776
for origin in $CUSTOM_SUPPORTED_ORIGINS_SPACE_SEPARATED; do
7877
if ! [[
7978
$origin =~ ^https?:\/\/(?:[a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.[a-zA-Z]{2,}(?::\d{1,5})?$

0 commit comments

Comments
 (0)