diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc629c375..27c3e495f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,12 +22,16 @@ on: inputs: pluginInterfaceRepoOwnerName: required: true + type: string pluginInterfaceBranchName: required: true + type: string coreRepoOwnerName: required: true + type: string coreBranchName: required: true + type: string jobs: test_job: name: Run tests