diff --git a/.github/workflows/docproc.yml b/.github/workflows/docproc.yml index 8a7f8d77..5d8f5fb0 100644 --- a/.github/workflows/docproc.yml +++ b/.github/workflows/docproc.yml @@ -20,6 +20,11 @@ jobs: - name: SSH Execute Commands uses: JimCronqvist/action-ssh@0.1.1 with: - hosts: 'root@code-reference.mainwp.com' + hosts: 'root@code-reference.mainwp.dev' privateKey: ${{ secrets.PRIVATE_KEY }} - command: sh ~/scripts/docproc.sh + command: | + rm -rf ~/Source/mainwp-child/ + git clone https://github.com/mainwp/mainwp-child.git ~/Source/mainwp-child/ + sleep 3 + sh ~/scripts/docproc.sh + diff --git a/readme.txt b/readme.txt index ade33553..42d73efc 100644 --- a/readme.txt +++ b/readme.txt @@ -107,6 +107,10 @@ Sure we have a quick FAQ with a lot more questions and answers [here](https://ma == Changelog == += 4.1.7-beta2 - 6-4-21 = + +* Updated: Support for the new Vulnerability Checker API + = 4.1.7-beta1 - 5-11-21 = * Added: Support for the new Vulnerability Checker API