Skip to content

Commit

Permalink
Update promote-worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadparwaiz authored May 22, 2024
1 parent fe4661b commit 725f2d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/graybox/promote-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const gbDomainSuffix = '-graybox';
async function main(params) {
logger.info('Graybox Promote Worker invoked');

logger.info(`Before configuring appConfig:: ${JSON.stringify(params)}`);
appConfig.setAppConfig(params);
const { gbRootFolder, experienceName } = appConfig.getPayload();
const { projectExcelPath } = appConfig.getPayload();
Expand Down

0 comments on commit 725f2d7

Please sign in to comment.