Skip to content

Commit

Permalink
readme: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Nov 16, 2019
1 parent 00c4cc4 commit c430500
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 @@ -12,7 +12,7 @@ Basic:
steps:
- uses: actions/checkout@v1

- uses: actions/setup-sp@master
- uses: rumblefrog/setup-sp@master
with:
version: '1.10.x'

Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1

- name: Setup SP
- uses: actions/setup-sp@master
uses: rumblefrog/setup-sp@master
with:
version: ${{ matrix.sm-version }}

Expand Down

0 comments on commit c430500

Please sign in to comment.