Skip to content

Commit

Permalink
fix(lhci): add custom userAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Dec 9, 2024
1 parent df1bae1 commit 4e5f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
required: false
chromeFlags:
description: "Chrome flags, see https://peter.sh/experiments/chromium-command-line-switches"
default: "--no-sandbox --disable-dev-shm-usage --headless"
default: "--no-sandbox --disable-dev-shm-usage --headless --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 - dashlord'"
required: false

runs:
Expand Down

0 comments on commit 4e5f3c4

Please sign in to comment.