Skip to content

Commit

Permalink
Merge pull request #21 from rasben/fix-detection
Browse files Browse the repository at this point in the history
Downgrade the detection time.
  • Loading branch information
rasben authored Oct 24, 2023
2 parents c480ca3 + 1abc817 commit cc42a7d
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 @@ -34,8 +34,8 @@ inputs:
type: string

PSH_DETECTION_WAIT:
description: "How long should we maximum wait for PSH to detect the push? If the branch doesnt exist in the PlatformSH GIT Remote, this is how long the action will take. Actually inactive environments get detected instantly. Default: 60 seconds."
default: 120
description: "How long should we maximum wait for PSH to detect the push? If the branch doesnt exist in the PlatformSH GIT Remote, this is how long the action will take. Actually inactive environments get detected instantly."
default: 10
required: false
type: integer

Expand Down

0 comments on commit cc42a7d

Please sign in to comment.