bitbucket-gemini-action 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/entrypoints/prepare.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -7197,7 +7197,7 @@ async function prepare() {
|
|
|
7197
7197
|
mode: config.MODE
|
|
7198
7198
|
});
|
|
7199
7199
|
console.log(`\uD83D\uDCCB Mode: ${mode.name} (${reason})`);
|
|
7200
|
-
const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT",
|
|
7200
|
+
const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", false);
|
|
7201
7201
|
const modeResult = await mode.prepare({
|
|
7202
7202
|
context,
|
|
7203
7203
|
client,
|
|
@@ -7196,7 +7196,7 @@ async function prepare() {
|
|
|
7196
7196
|
mode: config.MODE
|
|
7197
7197
|
});
|
|
7198
7198
|
console.log(`\uD83D\uDCCB Mode: ${mode.name} (${reason})`);
|
|
7199
|
-
const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT",
|
|
7199
|
+
const createTrackingComment = getEnvBool("CREATE_TRACKING_COMMENT", false);
|
|
7200
7200
|
const modeResult = await mode.prepare({
|
|
7201
7201
|
context,
|
|
7202
7202
|
client,
|