Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Fix hang in retry for shell builtins (#34)
Browse files Browse the repository at this point in the history
On retry, a command like 'exit 1' would hang forever.
  • Loading branch information
pat-trunk-io authored Oct 3, 2023
1 parent cd4744e commit d13a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:
trunk-version:
description: Which version of the trunk tool to run
required: false
default: 1.11.2-beta.27
default: 1.16.3-beta.5
working-directory:
description: Working directory of breakpoint
required: false
Expand Down

0 comments on commit d13a81d

Please sign in to comment.