Fixed example to fetch master (#2)

* Fixed example to fetch master

* Updates repository name to reflect Github repo and action
This commit is contained in:
Dave Drager 2020-11-17 08:55:56 -05:00 committed by GitHub
parent 8d5a749f7b
commit 509bdbe5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
```yaml
- name: Deploy
uses: deployer/deploy@v1
uses: deployphp/action@master
with:
private-key: ${{ secrets.PRIVATE_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }}
@ -37,7 +37,7 @@ deploy:
with:
php-version: 7.4
- name: Deploy
uses: deployer/deploy@v1
uses: deployphp/action@master
with:
private-key: ${{ secrets.PRIVATE_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }}