From 995a6ec084d7bd3955710abe18689e0992236e6d Mon Sep 17 00:00:00 2001 From: Yurii Pavlov Date: Mon, 18 Dec 2023 22:45:19 +0100 Subject: [PATCH] fix WP_DEFAULT_THEME inputs --- .github/workflows/job-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/job-deploy.yml b/.github/workflows/job-deploy.yml index 7b9289b..5c31c8a 100644 --- a/.github/workflows/job-deploy.yml +++ b/.github/workflows/job-deploy.yml @@ -14,6 +14,9 @@ on: DEPLOY_PATH_DESTINATION: required: true type: string + WP_DEFAULT_THEME: + required: true + type: string DEPLOYMENT_NAME: required: true type: string