Skip to content

Commit 0bf1356

Browse files
committed
Fix env variables.
1 parent f23997a commit 0bf1356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-codeception-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ on:
55
inputs:
66
PIMCORE_PROJECT_ROOT:
77
required: true
8+
type: string
89
APP_ENV:
910
required: true
11+
type: string
1012
PIMCORE_TEST:
1113
required: true
14+
type: string
1215
secrets:
1316
COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN:
1417
required: true

0 commit comments

Comments
 (0)