Update README.md

This commit is contained in:
Sergey Shorokhov 2021-07-24 21:46:10 +03:00 committed by GitHub
parent 4e56054eb8
commit e2593c4918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Basic:
```yaml
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: wopox1337/setup-amxxpawn@master
with:
@ -33,7 +33,7 @@ jobs:
name: AMXXPawn version ${{ matrix.amxx-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup AMXXPawn
uses: wopox1337/setup-amxxpawn@master
@ -44,4 +44,4 @@ jobs:
```
# Credits
Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code.
Thanks to https://github.com/rumblefrog/setup-sp repository author for great example. This action based on this code.