Skip to content

Commit ebee863

Browse files
committed
Document v1.x
1 parent f02049a commit ebee863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```yaml
1414
- name: Screenshot Website
15-
uses: swinton/screenshot-website@v1
15+
uses: swinton/screenshot-website@v1.x
1616
with:
1717
source: https://github.com/swinton/screenshot-website
1818
destination: screenshot.png
@@ -31,7 +31,7 @@ _Most_ of the options listed [here](https://github.com/sindresorhus/capture-webs
3131

3232
```yaml
3333
- name: Screenshot Website
34-
uses: swinton/screenshot-website@v1
34+
uses: swinton/screenshot-website@v1.x
3535
with:
3636
source: https://github.com/swinton/screenshot-website
3737
destination: screenshot.png
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
6262
- name: Screenshot Website
63-
uses: swinton/screenshot-website@v1
63+
uses: swinton/screenshot-website@v1.x
6464
with:
6565
source: https://github.com/swinton/screenshot-website
6666
destination: screenshot-${{ matrix.os }}.png
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
8383
- name: Screenshot Website
84-
uses: swinton/screenshot-website@v1
84+
uses: swinton/screenshot-website@v1.x
8585
with:
8686
source: https://github.com/swinton/screenshot-website
8787
destination: screenshot-${{ matrix.os }}-${{ matrix.width }}.png

0 commit comments

Comments
 (0)