Skip to content

Commit 105831e

Browse files
committed
fix yaml
1 parent c5cb816 commit 105831e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
# Note: we only need to check the chrome version change in one job as the warning annotation
3939
# is appended to the entire workflow results, not just this job's results.
4040
- name: install Chrome stable
41-
env: env: CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
41+
env:
42+
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
4243
run: |
4344
npx @puppeteer/browsers install chrome@stable
4445
chromeVersionString=$(ls chrome)

0 commit comments

Comments
 (0)