Skip to content

Commit

Permalink
Make test-repos plural in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 9, 2022
1 parent 4c94a43 commit 60845a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manageiq_cross_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ManageIQ Cross Repo Workflow
on:
workflow_call:
inputs:
test-repo:
test-repos:
required: true
type: string
repos:
Expand All @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-repo: ${{ fromJson(inputs.test-repo) }}
test-repo: ${{ fromJson(inputs.test-repos) }}
services:
postgres:
image: manageiq/postgresql:10
Expand Down

0 comments on commit 60845a1

Please sign in to comment.