Skip to content

Commit

Permalink
Merge pull request #130 from github/set-open-timeout-in-seconds
Browse files Browse the repository at this point in the history
Set open timeout in seconds
  • Loading branch information
Landon Grindheim authored and GitHub committed Apr 7, 2022
2 parents b3236d1 + dda8ddb commit dbb5e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/updater-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class UpdaterBuilder {
`DEPENDABOT_JOB_ID=${this.jobParams.jobId}`,
`DEPENDABOT_JOB_TOKEN=${this.jobParams.jobToken}`,
`DEPENDABOT_JOB_PATH=${JOB_INPUT_PATH}/${JOB_INPUT_FILENAME}`,
`DEPENDABOT_OPEN_TIMEOUT_IN_SECONDS=15`,
`DEPENDABOT_OUTPUT_PATH=${JOB_OUTPUT_PATH}/${JOB_OUTPUT_FILENAME}`,
`DEPENDABOT_REPO_CONTENTS_PATH=${REPO_CONTENTS_PATH}`,
`DEPENDABOT_API_URL=${this.jobParams.dependabotApiDockerUrl}`,
Expand Down

0 comments on commit dbb5e1a

Please sign in to comment.