Skip to content

Commit

Permalink
Release v1.0.0 at f135fa4
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 22, 2023
1 parent 7fad76f commit 44358b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Basic usage:

```yaml
steps:
- uses: browser-actions/setup-chrome@latest
- uses: browser-actions/setup-chrome@v1
- run: chrome --version
```
Install Google Chrome Beta
```yaml
steps:
- uses: browser-actions/setup-chrome@latest
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: beta
- run: chrome --version
Expand Down

0 comments on commit 44358b4

Please sign in to comment.