From 509bdbe5e403c3c402eec9bcfb9dd1df48d94104 Mon Sep 17 00:00:00 2001 From: Dave Drager Date: Tue, 17 Nov 2020 08:55:56 -0500 Subject: [PATCH] Fixed example to fetch master (#2) * Fixed example to fetch master * Updates repository name to reflect Github repo and action --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9710a..2c452b6 100644 --- a/README.md +++ b/README.md @@ -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 }}