Skip to content

Commit

Permalink
New dist file, which I forgot to build for the previous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwh committed Nov 21, 2022
1 parent 65251fb commit d579df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9702,7 +9702,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) {
Expand Down

0 comments on commit d579df8

Please sign in to comment.