Skip to content

Commit

Permalink
Document v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
swinton committed Mar 9, 2020
1 parent f02049a commit ebee863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

```yaml
- name: Screenshot Website
uses: swinton/screenshot-website@v1
uses: swinton/screenshot-website@v1.x
with:
source: https://github.com/swinton/screenshot-website
destination: screenshot.png
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Screenshot Website
uses: swinton/screenshot-website@v1
uses: swinton/screenshot-website@v1.x
with:
source: https://github.com/swinton/screenshot-website
destination: screenshot-${{ matrix.os }}.png
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- name: Screenshot Website
uses: swinton/screenshot-website@v1
uses: swinton/screenshot-website@v1.x
with:
source: https://github.com/swinton/screenshot-website
destination: screenshot-${{ matrix.os }}-${{ matrix.width }}.png
Expand Down

0 comments on commit ebee863

Please sign in to comment.