Skip to content

Commit 48bbeb3

Browse files
authored
Merge pull request #86 from agrare/cross_repo_test_repos
Make test-repos plural in workflow
2 parents 4c94a43 + 60845a1 commit 48bbeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manageiq_cross_repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ManageIQ Cross Repo Workflow
33
on:
44
workflow_call:
55
inputs:
6-
test-repo:
6+
test-repos:
77
required: true
88
type: string
99
repos:
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
test-repo: ${{ fromJson(inputs.test-repo) }}
22+
test-repo: ${{ fromJson(inputs.test-repos) }}
2323
services:
2424
postgres:
2525
image: manageiq/postgresql:10

0 commit comments

Comments
 (0)