From 9a1c8d9f2482671b6dcc95ca3b38614af252daf2 Mon Sep 17 00:00:00 2001 From: DownerCase Date: Mon, 16 Dec 2024 13:43:43 +0000 Subject: [PATCH] fix: matrix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8116dbf..f4ec74a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - modules: ${{ fromJSON(needs.detect-modules.outputs.modules) }} + modules: ${{ fromJSON(needs.detect-go-modules.outputs.modules) }} steps: - uses: actions/checkout@v4