We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da03220 commit 408c365Copy full SHA for 408c365
1 file changed
README.md
@@ -19,14 +19,14 @@ Basic usage:
19
20
```yaml
21
steps:
22
- - uses: browser-actions/setup-chrome@latest
+ - uses: browser-actions/setup-chrome@v1
23
- run: chrome --version
24
```
25
26
Install Google Chrome Beta
27
28
29
30
with:
31
chrome-version: beta
32
0 commit comments