Skip to content

Commit 2bf5de2

Browse files
committed
chore: [gh actions] dry run set to false
1 parent ac30e3d commit 2bf5de2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
PLUGIN_SLUG: bit-integrations
16-
TEST_ACTION: true
1716
steps:
1817
- name: Checkout code
1918
uses: actions/checkout@v4
@@ -93,7 +92,7 @@ jobs:
9392
uses: 10up/action-wordpress-plugin-deploy@stable
9493
with:
9594
generate-zip: true
96-
dry-run: true
95+
dry-run: ${{ env.TEST_ACTION }}
9796
env:
9897
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
9998
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 commit comments

Comments
 (0)