Skip to content

Commit

Permalink
ci: add type to workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 10, 2023
1 parent 3477c45 commit dac006c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac006c

Please sign in to comment.