From 80a4e634be963fb38cd79e20271f9baabb09471d Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Mon, 3 Jun 2024 14:15:42 -0400 Subject: [PATCH] Use `master` instead of `main` --- .github/workflows/svn-deploy-plugin-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/svn-deploy-plugin-on-release.yml b/.github/workflows/svn-deploy-plugin-on-release.yml index 766d4db..29cf2e7 100644 --- a/.github/workflows/svn-deploy-plugin-on-release.yml +++ b/.github/workflows/svn-deploy-plugin-on-release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: WordPress Plugin Deploy - uses: 10up/action-wordpress-plugin-deploy@main + uses: 10up/action-wordpress-plugin-deploy@master env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }}