Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 20, 2024
1 parent ca356d1 commit ce59569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
""")
# Load timeout from workflow input, or use a default one.
timeout = r"${{ matrix.bin_name }}".strip()
timeout = r"${{ inputs.timeout }}".strip()
if timeout:
assert timeout.isdigit()
timeout = int(timeout)
Expand Down

0 comments on commit ce59569

Please sign in to comment.