setup-chrome
setup-chrome copied to clipboard
Publish current commit to GitHub Marketplace
- uses: browser-actions/[email protected]
with:
chrome-version: 103
If I use this Action as above, I will get the following warning.
Warning: Unexpected input(s) 'chrome-version', valid inputs are ['chromium-version']
It may be because the change from chromium-version to chrome-version ( https://github.com/browser-actions/setup-chrome/pull/32 ) is not reflected in the version published on GitHub Marketplace.
Therefore, please publish current commit to GitHub Marketplace.