Skip to content

Commit

Permalink
ci: fix config tidy check
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 21, 2022
1 parent f0e077e commit eea6fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ${{ fromJSON(needs.config.outputs.go_versions)[0] }}
go:
- ${{ fromJSON(needs.config.outputs.go_versions)[0] }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
Expand Down

0 comments on commit eea6fea

Please sign in to comment.