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 88f913e commit 6cb78c0Copy full SHA for 6cb78c0
.github/actions/fuzzer/action.yml
@@ -37,7 +37,7 @@ runs:
37
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 }}
+ run: ${{ inputs.binary }} -max_total_time=${{ inputs.duration_seconds }} ${{ steps.prepare.outputs.corpus-dir }}
41
shell: bash
42
43
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
0 commit comments