Skip to content

Commit

Permalink
Release v1.1.0 at af86699
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 17, 2023
1 parent eeeb0a7 commit 637a8c5
Show file tree
Hide file tree
Showing 3 changed files with 2,123 additions and 644 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ steps:
run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion
```
## Parameters
### Input
- `edge-version`:
*(Optional)* The Edge version to be installed. Supported versions are "stable", "beta", "dev", and "canary". Default: `stable`.

### Output

- `edge-version`: The installed Edge version. Useful when given a latest version.
- `edge-path`: The installed Edge path.

## License

[MIT](LICENSE)
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ inputs:
The Edge version to be installed. Supported versions are "stable", "beta", "dev"
default: stable
required: false
outputs:
edge-version:
description: 'The installed Edge version. Useful when given a latest version.'
edge-path:
description: 'The installed Edge path.'
runs:
using: 'node16'
main: 'index.js'
Loading

0 comments on commit 637a8c5

Please sign in to comment.