Skip to content

Commit

Permalink
fix: override logic
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Dec 11, 2023
1 parent 1aaaf2f commit f8f8a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const grafanaOrg = process.env.GRAFANA_ORG
export const grafanaApiKey = process.env.GRAFANA_CLOUD_API_KEY
export const outputFolder = process.env.OUTPUT_FOLDER
export const overwriteFiles = process.env.OVERWRITE_FILES === 'false'
export const overwriteFiles = process.env.OVERWRITE_FILES === 'true'
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
const grafanaOrg = process.env.GRAFANA_ORG
const grafanaApiKey = process.env.GRAFANA_CLOUD_API_KEY
const outputFolder = process.env.OUTPUT_FOLDER
const overwriteFiles = process.env.OVERWRITE_FILES === 'false'
const overwriteFiles = process.env.OVERWRITE_FILES === 'true'


/***/ }),
Expand Down

0 comments on commit f8f8a3d

Please sign in to comment.