We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3680e commit 88f913eCopy full SHA for 88f913e
.github/actions/fuzzer/action.yml
@@ -34,7 +34,7 @@ runs:
34
- name: Initialize corpus
35
if: steps.cache.outputs.cache-hit != 'true'
36
shell: bash
37
- run: mkdir -p ${{ steps.preapre.outputs.corpus-dir }}
+ run: mkdir -p ${{ steps.prepare.outputs.corpus-dir }}
38
39
- name: Run
40
run: ${{ inputs.binary }} -max_total_time=${{ inputs.duration_sec }} ${{ steps.prepare.outputs.corpus-dir }}
0 commit comments