Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: setup-chrome-v1.5.0
Choose a base ref
...
head repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: setup-chrome-v1.6.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 21, 2024

  1. feat: Add install-dependencies parameter (#521)

    A new parameter `install-dependencies` is added to the action. The
    action will install the dependencies if the parameter is set to `true`
    on the Linux. It would be useful when you use the action on the
    self-hosted runner and want to install the dependencies automatically.
    This feature works only on the Linux runner, otherwise, it will be
    ignored.
    ueokande authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    808262a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c833dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fb68f View commit details
    Browse the repository at this point in the history
Loading