Skip to content

Commit 7361643

Browse files
committed
Don't use auto-inactive setting
Profiling links don't expire with a new deployment being created.
1 parent dbca2e9 commit 7361643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async function post() {
247247
description: 'Profiling data is available',
248248
environment_url: queryUrl,
249249
log_url: queryUrl,
250-
auto_inactive: true
250+
auto_inactive: false
251251
});
252252

253253
core.info(`Deployment status created successfully for ID: ${deploymentId}`);

0 commit comments

Comments
 (0)