{"id":20895453,"url":"https://github.com/browser-actions/setup-edge","last_synced_at":"2025-05-08T00:23:42.895Z","repository":{"id":37055613,"uuid":"328996205","full_name":"browser-actions/setup-edge","owner":"browser-actions","description":"Set up your GitHub Actions workflow with a specific version of Microsoft Edge","archived":false,"fork":false,"pushed_at":"2024-12-11T23:11:27.000Z","size":913,"stargazers_count":6,"open_issues_count":10,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-14T15:25:07.791Z","etag":null,"topics":["actions","edge","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-edge","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browser-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-12T13:31:03.000Z","updated_at":"2024-11-19T18:43:03.000Z","dependencies_parsed_at":"2024-06-19T05:26:55.335Z","dependency_job_id":"4459d89a-ed0b-41f9-8124-967ba1e6e29b","html_url":"https://github.com/browser-actions/setup-edge","commit_stats":{"total_commits":181,"total_committers":3,"mean_commits":"60.333333333333336","dds":0.425414364640884,"last_synced_commit":"da55a3730bb1d516cf8192e6f316833d2359bc67"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Fsetup-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Fsetup-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Fsetup-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Fsetup-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browser-actions","download_url":"https://codeload.github.com/browser-actions/setup-edge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231468021,"owners_count":18381174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","edge","github-actions"],"created_at":"2024-11-18T10:28:55.276Z","updated_at":"2024-12-27T10:07:48.460Z","avatar_url":"https://github.com/browser-actions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003ca href=\"https://github.com/browser-actions/setup-edge/actions\"\u003e\u003cimg alt=\"typescript-action status\" src=\"https://github.com/browser-actions/setup-edge/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# setup-edge\n\nThis action setups Microsoft Edge in the GitHub Actions environment.\n\n- [X] Windows Support\n- [X] macOS Support\n- [X] Linux Support\n\n## Usage\n\nBasic usage:\n\n```yaml\nsteps:\n  - uses: browser-actions/setup-edge@v1\n  - name: Print Edge version\n    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion\n```\n\nInstall Edge Beta:\n\n```yaml\nsteps:\n  - uses: browser-actions/setup-edge@v1\n    with:\n      edge-version: beta\n  - name: Print Edge version\n    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion\n```\n\n### Input\n\n- `edge-version`:\n*(Optional)* The Edge version to be installed.  Supported versions are \"stable\", \"beta\", \"dev\", and \"canary\". Default: `stable`.\n\n### Output\n\n- `edge-version`: The installed Edge version. Useful when given a latest version.\n- `edge-path`: The installed Edge path.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Fsetup-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowser-actions%2Fsetup-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Fsetup-edge/lists"}