Skip to content

Commit cae5bf4

Browse files
authored
CI: Fix typo in setup-chrome action (#31168)
1 parent 7ca0f28 commit cae5bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-chrome/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
RUNNER_TYPE: ${{ inputs.runner-type }}
3434
run: |
3535
CURRENT_CHROME_VERSION=$(google-chrome-stable --product-version)
36-
if [[ -n "$CHROME_VERSION" && "$CURRENT_CHROME_VERSION" != "CHROME_VERSION" ]]; then
36+
if [[ -n "$CHROME_VERSION" && "$CURRENT_CHROME_VERSION" != "$CHROME_VERSION" ]]; then
3737
if [ "$RUNNER_TYPE" = "github_hosted" ]; then
3838
sudo apt-get update
3939
sudo apt-get -y install libu2f-udev

0 commit comments

Comments
 (0)