Skip to content

Commit

Permalink
Change the default timeout args to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun authored Nov 2, 2020
1 parent 3e909fb commit cf027c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ inputs:
description: "Enable the debug flag to show detail log"
default: false
timeout:
description: "Set the timeout for every git command, like '600'=>600s, '1m'=>1 mins, '1h'=>1 hours"
default: '600'
description: "Set the timeout for every git command, like '600'=>600s, '30m'=>30 mins, '1h'=>1 hours"
default: '30m'
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit cf027c3

Please sign in to comment.