Skip to content

Commit

Permalink
Merge pull request #4 from vtex/chore/build
Browse files Browse the repository at this point in the history
chore: update build
  • Loading branch information
natavmelo authored Feb 19, 2025
2 parents a6d9ac4 + 883dc0a commit d1cf8f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30345,12 +30345,14 @@ function run() {
const environment = (0, core_1.getInput)('environment');
const application = (0, core_1.getInput)('application');
const infrastructure = (0, core_1.getInput)('infrastructure');
const awsAccount = (0, core_1.getInput)('awsAccount');
const payload = {
application,
infrastructure,
creator
creator,
awsAccount
};
const description = `Deploy: ${application} ${ref} ${environment} ${infrastructure}`;
const description = `Deploy: ${application} ${ref} ${environment} ${infrastructure} ${awsAccount}`;
const appId = (0, core_1.getInput)('appId');
const installationId = (0, core_1.getInput)('installationId') || '';
const privateKey = (0, core_1.getInput)('privateKey')
Expand All @@ -30372,6 +30374,7 @@ function run() {
description: description,
payload,
auto_merge: false,
auto_inactive: false,
required_contexts: []
});
console.log(description);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit d1cf8f1

Please sign in to comment.