Skip to content

Commit 0340ff6

Browse files
committed
deploy(playwright): _really_ be more careful when auto-upgrading from HTTP -> HTTPS
I wanted to just leave http://git-scm.com/ alone in the parent commit, but I should have let http://git-scm.com alone (note the missing trailing slash)... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent d4f88c1 commit 0340ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-to-github-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ runs:
197197
run: |
198198
# avoid test failures when HTTPS is enforced half-way through
199199
case "$PLAYWRIGHT_TEST_URL" in
200-
https://*|http://git-scm.com/) ;; # okay, leave as-is
200+
https://*|http://git-scm.com) ;; # okay, leave as-is
201201
http://*) PLAYWRIGHT_TEST_URL="https://${PLAYWRIGHT_TEST_URL#http://}";;
202202
esac &&
203203
npx playwright test --project=chrome

0 commit comments

Comments
 (0)