Skip to content

Commit f3d040a

Browse files
committed
fix: fuzz-test(3)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent c75a2d6 commit f3d040a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/fuzz-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
# See https://github.com/golang/go/issues/46312.
2121
# An alternative to using jq and matrix is to use (or rewrite): https://github.com/demurky/gofuzz/
2222
runs-on: ubuntu-latest
23-
outputs: ${{ steps.get-fuzz-tests.outputs.matrix }}
23+
outputs:
24+
matrix: ${{ steps.get-fuzz-tests.outputs.matrix }}
2425
steps:
2526
-
2627
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)