From 1faf4843133076fc413d2f33d2bf40b1681ec40f Mon Sep 17 00:00:00 2001 From: Navanath Bhosale Date: Tue, 5 Sep 2023 13:19:49 +0530 Subject: [PATCH] chore: workflow uses updated --- .github/workflows/push-asset-readme-update.yml | 2 +- .github/workflows/push-to-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-asset-readme-update.yml b/.github/workflows/push-asset-readme-update.yml index 78aed2d..c8944ca 100644 --- a/.github/workflows/push-asset-readme-update.yml +++ b/.github/workflows/push-asset-readme-update.yml @@ -14,4 +14,4 @@ jobs: env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} - SLUG: astra-bulk-edit \ No newline at end of file + SLUG: astra-bulk-edit diff --git a/.github/workflows/push-to-deploy.yml b/.github/workflows/push-to-deploy.yml index 28a4fca..a106e70 100644 --- a/.github/workflows/push-to-deploy.yml +++ b/.github/workflows/push-to-deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@master - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-asset-update@stable + uses: Nikschavan/action-wordpress-plugin-deploy@develop env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}