Skip to content

Commit

Permalink
Update readme for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
  • Loading branch information
mrrobot47 committed Jun 1, 2021
1 parent cf472f5 commit 3733951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/action-deploy-wordpress@v2.0.2
uses: rtCamp/action-deploy-wordpress@v2
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
```
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy
uses: rtCamp/action-deploy-wordpress@v2.0.2
uses: rtCamp/action-deploy-wordpress@v2
env:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
Expand Down Expand Up @@ -134,7 +134,7 @@ Please note that it will completely override this action's [original deploy.php]

## License

[MIT](LICENSE) © 2019 rtCamp
[MIT](LICENSE) © 2021 rtCamp

## Does this interest you?

Expand Down

0 comments on commit 3733951

Please sign in to comment.