From 06e8d3b4c10e6f1d74d57c8111e2922997b66d43 Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Tue, 8 Oct 2024 12:31:54 +1300 Subject: [PATCH] Fix the url --- .github/workflows/screenshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/screenshot.yml b/.github/workflows/screenshot.yml index af8a503..6dd7fc5 100644 --- a/.github/workflows/screenshot.yml +++ b/.github/workflows/screenshot.yml @@ -18,7 +18,7 @@ jobs: - name: (Screenshot) Screenshot Pull Request Changes run: | - ./bms.mjs --url https://basemaps.linz.govt.nz/ --output $PWD/.artifacts/visual-snapshots + ./bms.mjs --url https://basemaps.linz.govt.nz --output $PWD/.artifacts/visual-snapshots - name: Save snapshots uses: getsentry/action-visual-snapshot@v2