Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed May 12, 2022
1 parent 5b599d9 commit 1b760d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ async function main () {

// Read environment file
let envFilePath, envYaml
core.warning([typeof inputs.envFile, inputs.envFile])
if (inputs.envFile !== 'false') {
envFilePath = path.join(process.env.GITHUB_WORKSPACE || '', inputs.envFile)
if (!envFilePath.endsWith('.lock')) {
Expand Down

0 comments on commit 1b760d2

Please sign in to comment.