Skip to content

Commit

Permalink
use the right chrome driver
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jun 19, 2024
1 parent c4d7296 commit 5c2dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
-o PasswordAuthentication=no \
-o ServerAliveInterval=60 \
-t chrome@${{ steps.create_builder.outputs.builder_ip }} \
'bash -s' < ./build/chrome/scripts/driver.sh
'bash -s ${{ inputs.chrome_version }}' < ./build/chrome/scripts/driver.sh
- name: Download artifacts
run: |
Expand Down

0 comments on commit 5c2dc5b

Please sign in to comment.