Skip to content

Commit

Permalink
Merge branch 'develop' for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 committed Jan 27, 2020
2 parents 5ecdbed + ddf3c5b commit 625c386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/action-deploy-wordpress@master
uses: rtCamp/action-deploy-wordpress@v2.0.0
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
```
Expand Down Expand Up @@ -97,9 +97,9 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/action-deploy-wordpress@master
uses: rtCamp/action-deploy-wordpress@v2.0.0
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 625c386

Please sign in to comment.