Skip to content

Commit dd3dd4b

Browse files
authored
fix: visual tests workflow build var (#8860)
* commit for PR to test CI * changed env var used
1 parent a880166 commit dd3dd4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/visual-regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Visual Regression
2020
# Required secrets / vars (configure once on the repo):
2121
#
2222
# Used directly by this dispatcher:
23-
# - vars.DEV_EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL Constructs the Explorer build download URL
23+
# - vars.EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL Constructs the Explorer build download URL
2424
#
2525
# Inherited by the reusable workflow via `secrets: inherit` — must exist
2626
# on this repo even though the dispatcher itself doesn't reference them:
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
PR_NUMBER: ${{ github.event.issue.number }}
94-
PUBLIC_URL_PREFIX: ${{ vars.DEV_EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL }}
94+
PUBLIC_URL_PREFIX: ${{ vars.EXPLORER_TEAM_S3_BUCKET_PUBLIC_URL }}
9595
run: |
9696
set -euo pipefail
9797

0 commit comments

Comments
 (0)