Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ambilykk authored Oct 20, 2022
1 parent 67e09b2 commit 6c19998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const octokit = github.getOctokit(GITHUB_TOKEN);

// get the environment to pre-approve deployment
const envIn = core.getInput('environment');
console.log(`Approving pending deployments for ${envIn} environment.`);
console.log(`Auto approval requested for ${envIn} environment.`);

async function run() {

Expand Down Expand Up @@ -99,4 +99,4 @@ async function run() {
}

// run the action code
run();
run();

0 comments on commit 6c19998

Please sign in to comment.