-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG key error ~ NO_PUBKEY #263
Comments
@LouDnl |
I'm running it in WSL2 ~ Ubuntu with Nectos Act: https://github.com/nektos/act $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy |
I added a modified version (GPG KEY) of setup-chromedriver.sh to my workflow instead of your Action and just ran it on Github after a new push. Output: Run bash .github/workflows/chromedriver.sh
dpkg-query: package 'google-chrome' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key([8](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:9))).
Executing: /tmp/apt-key-gpghome.tFTzoa21WB/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B
gpg: key 7721F63BD38B47[9](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:10)6: 2 duplicate signatures removed
gpg: key 7721F63BD38B4796: "Google Inc. (Linux Packages Signing Authority) <linux-packages-keymaster@google.com>" 1 new signature
gpg: Total number processed: 1
gpg: new signatures: 1
CHROME_VERSION=120
VERSION=120.0.6099.[10](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:11)9
Downloading https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json...
Installing ChromeDriver [12](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:13)0.0.6099.109 for linux64
Downloading https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chromedriver-linux64.zip...
Installing chromedriver to /usr/local/bin
Chrome version:
Google Chrome 120.0.6099.109
Chromedriver version:
ChromeDriver 120.0.6099.109 (3419140ab665596f21b385ce[13](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:14)6419fde0924272-refs/branch-heads/6099@{#[14](https://github.com/thorax92/aorta/actions/runs/7424307096/job/20203637174#step:7:15)83}) |
@LouDnl |
Will see what I can do for you |
you gonna use the pull request? |
@LouDnl |
Updated workflow to @master, works like a charm. Thanks for merging! |
Issue when using nanasess/setup-chromedriver@v2
Repro:
Any version of nanasess/setup-chromedriver@v2
Proposed fix:
Update A040830F7FAC5991 to 4EB27DB2A3B88B8B in setup-chromedriver.sh
setup-chromedriver/lib/setup-chromedriver.sh
Line 18 in 1be3450
The text was updated successfully, but these errors were encountered: