From 65251fb4374c63204a139e2bb3690d4af9f640f8 Mon Sep 17 00:00:00 2001 From: Herman Wika Horn Date: Mon, 21 Nov 2022 13:30:54 +0100 Subject: [PATCH] Correct name for acr and gpr variables --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0f7cded..95bdb92 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ try { const deployToACR = core.getInput('acr') === 'true'; const deployToGPR = core.getInput('gpr') === 'true'; - console.log(`Deploy to ACR: ${acr}, deploy to GPR: ${gpr}`) + console.log(`Deploy to ACR: ${deployToACR}, deploy to GPR: ${deployToGPR}`) let goals; if (isDefaultBranch) {