Skip to content

Commit 36d3aac

Browse files
committed
Fixing debug workflow.
1 parent eea3db0 commit 36d3aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Deploy WordPress Plugin
2222
uses: ./.github/actions/debug
23-
env:
24-
PLUGIN_DIR: plugins/faustwp
25-
SLUG: faustwp
26-
VERSION: ${{ env.PLUGIN_VERSION }}
23+
with:
24+
plugin_dir: plugins/faustwp
25+
slug: faustwp
26+
version: ${{ env.PLUGIN_VERSION }}

0 commit comments

Comments
 (0)