We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca0f28 commit cae5bf4Copy full SHA for cae5bf4
.github/actions/setup-chrome/action.yml
@@ -33,7 +33,7 @@ runs:
33
RUNNER_TYPE: ${{ inputs.runner-type }}
34
run: |
35
CURRENT_CHROME_VERSION=$(google-chrome-stable --product-version)
36
- if [[ -n "$CHROME_VERSION" && "$CURRENT_CHROME_VERSION" != "CHROME_VERSION" ]]; then
+ if [[ -n "$CHROME_VERSION" && "$CURRENT_CHROME_VERSION" != "$CHROME_VERSION" ]]; then
37
if [ "$RUNNER_TYPE" = "github_hosted" ]; then
38
sudo apt-get update
39
sudo apt-get -y install libu2f-udev
0 commit comments