Skip to content

Commit 6cb78c0

Browse files
committed
wip 4/x
1 parent 88f913e commit 6cb78c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/fuzzer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
run: mkdir -p ${{ steps.prepare.outputs.corpus-dir }}
3838

3939
- name: Run
40-
run: ${{ inputs.binary }} -max_total_time=${{ inputs.duration_sec }} ${{ steps.prepare.outputs.corpus-dir }}
40+
run: ${{ inputs.binary }} -max_total_time=${{ inputs.duration_seconds }} ${{ steps.prepare.outputs.corpus-dir }}
4141
shell: bash
4242

4343
- uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

0 commit comments

Comments
 (0)