We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75a2d6 commit f3d040aCopy full SHA for f3d040a
1 file changed
.github/workflows/fuzz-test.yml
@@ -20,7 +20,8 @@ jobs:
20
# See https://github.com/golang/go/issues/46312.
21
# An alternative to using jq and matrix is to use (or rewrite): https://github.com/demurky/gofuzz/
22
runs-on: ubuntu-latest
23
- outputs: ${{ steps.get-fuzz-tests.outputs.matrix }}
+ outputs:
24
+ matrix: ${{ steps.get-fuzz-tests.outputs.matrix }}
25
steps:
26
-
27
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
0 commit comments