Skip to content

Commit f6c11d5

Browse files
committed
forgot to set the output properly
Signed-off-by: Harry Randazzo <[email protected]>
1 parent 0a5d2e4 commit f6c11d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ concurrency:
2020
jobs:
2121
detect-modules:
2222
runs-on: ubuntu-latest
23+
outputs:
24+
modules: ${{ steps.set-modules.outputs.modules }}
2325
steps:
2426
- name: Checkout
2527
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)