browser-actions / setup-edge

Set up your GitHub Actions workflow with a specific version of Microsoft Edge
https://github.com/marketplace/actions/setup-edge
MIT License
5 stars 6 forks source link
actions edge github-actions

typescript-action status

setup-edge

This action setups Microsoft Edge in the GitHub Actions environment.

Usage

Basic usage:

steps:
  - uses: browser-actions/setup-edge@v1
  - name: Print Edge version
    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion

Install Edge Beta:

steps:
  - uses: browser-actions/setup-edge@v1
    with:
      edge-version: beta
  - name: Print Edge version
    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion

Input

Output

License

MIT