Skip to content

Commit 2abacf8

Browse files
committed
run build
1 parent 15a13c3 commit 2abacf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9319,7 +9319,7 @@ exports.default = (bucketName, uploadDirectory, environmentPrefix) => __awaiter(
93199319
console.log('S3 Bucket already exists. Skipping creation...');
93209320
}
93219321
yield deactivateDeployments_1.default(repo, environmentPrefix);
9322-
const deployment = yield githubClient_1.default.repos.createDeployment(Object.assign(Object.assign({}, repo), { ref: `refs/heads/${branchName}`, environment: `${environmentPrefix || 'ACTION-'}${dayjs_1.default().format('DD-MM-YYYY-hh:mma')}`, auto_merge: false, transient_environment: true, required_contexts: [] }));
9322+
const deployment = yield githubClient_1.default.repos.createDeployment(Object.assign(Object.assign({}, repo), { ref: `${branchName}`, environment: `${environmentPrefix || 'ACTION-'}${dayjs_1.default().format('DD-MM-YYYY-hh:mma')}`, auto_merge: false, transient_environment: true, required_contexts: [] }));
93239323
if (isSuccessResponse(deployment.data)) {
93249324
yield githubClient_1.default.repos.createDeploymentStatus(Object.assign(Object.assign({}, repo), { deployment_id: deployment.data.id, state: 'in_progress' }));
93259325
console.log('Uploading files...');

0 commit comments

Comments
 (0)