Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pass the GITHUB_ACTIONS envvar into containers
Barry Gordon committed Nov 24, 2021
1 parent a73520a commit 0536c20
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
@@ -38,6 +38,7 @@ export class UpdaterBuilder {
AttachStdout: true,
AttachStderr: true,
Env: [
`GITHUB_ACTIONS=${process.env.GITHUB_ACTIONS}`,
`DEPENDABOT_JOB_ID=${this.jobParams.jobId}`,
`DEPENDABOT_JOB_TOKEN=${this.jobParams.jobToken}`,
`DEPENDABOT_JOB_PATH=${JOB_INPUT_PATH}/${JOB_INPUT_FILENAME}`,

0 comments on commit 0536c20

Please sign in to comment.