Fixed example to fetch master

This commit is contained in:
Dave Drager 2020-11-16 22:16:25 -05:00
parent 8d5a749f7b
commit 194f81ca35

View file

@ -2,7 +2,7 @@
```yaml
- name: Deploy
uses: deployer/deploy@v1
uses: deployer/deploy@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: deployer/deploy@master
with:
private-key: ${{ secrets.PRIVATE_KEY }}
known-hosts: ${{ secrets.KNOWN_HOSTS }}