File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
``` yaml
14
14
- name : Screenshot Website
15
- uses : swinton/screenshot-website@v1
15
+ uses : swinton/screenshot-website@v1.x
16
16
with :
17
17
source : https://github.com/swinton/screenshot-website
18
18
destination : screenshot.png
@@ -31,7 +31,7 @@ _Most_ of the options listed [here](https://github.com/sindresorhus/capture-webs
31
31
32
32
` ` ` yaml
33
33
- name: Screenshot Website
34
- uses: swinton/screenshot-website@v1
34
+ uses: swinton/screenshot-website@v1.x
35
35
with:
36
36
source: https://github.com/swinton/screenshot-website
37
37
destination: screenshot.png
60
60
steps:
61
61
62
62
- name: Screenshot Website
63
- uses: swinton/screenshot-website@v1
63
+ uses: swinton/screenshot-website@v1.x
64
64
with:
65
65
source: https://github.com/swinton/screenshot-website
66
66
destination: screenshot-${{ matrix.os }}.png
81
81
steps:
82
82
83
83
- name: Screenshot Website
84
- uses: swinton/screenshot-website@v1
84
+ uses: swinton/screenshot-website@v1.x
85
85
with:
86
86
source: https://github.com/swinton/screenshot-website
87
87
destination: screenshot-${{ matrix.os }}-${{ matrix.width }}.png
You can’t perform that action at this time.
0 commit comments