We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac30e3d commit 2bf5de2Copy full SHA for 2bf5de2
.github/workflows/deploy.yml
@@ -13,7 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
PLUGIN_SLUG: bit-integrations
16
- TEST_ACTION: true
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
@@ -93,7 +92,7 @@ jobs:
93
92
uses: 10up/action-wordpress-plugin-deploy@stable
94
with:
95
generate-zip: true
96
- dry-run: true
+ dry-run: ${{ env.TEST_ACTION }}
97
98
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
99
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments