Skip to content

Commit

Permalink
Merge pull request #317 from Marvimoto/patch-1
Browse files Browse the repository at this point in the history
Add timeout to valid inputs to resolve #316
  • Loading branch information
SamKirkland authored Aug 30, 2022
2 parents e8964f3 + 118eb42 commit ed91728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ inputs:
security:
required: false
description: "strict or loose"
timeout:
required: false
description: "Timeout in milliseconds for FTP operations"
runs:
using: "node12"
main: "dist/index.js"
Expand Down

0 comments on commit ed91728

Please sign in to comment.