Skip to content

Commit

Permalink
testin'
Browse files Browse the repository at this point in the history
  • Loading branch information
phalkmin committed Apr 17, 2024
1 parent 26e84fd commit 12f2a6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: WordPress Plugin Deploy

id: gattai-deploy
Expand All @@ -23,7 +23,7 @@ jobs:

with:
generate-zip: true
dry-run: false
dry-run: true

# Steps can also set environment variables which can be configured in the Github settings for the
# repository. Here, we are using action secrets SVN_USERNAME, SVN_PASSWORD, and PLUGIN_SLUG which
Expand Down

0 comments on commit 12f2a6a

Please sign in to comment.