Update main.js

This commit is contained in:
Balaga Gayatri
2022-06-16 16:55:25 +05:30
committed by GitHub
parent 0c77b146e2
commit 30cd232abf

View File

@@ -145,7 +145,7 @@ function main() {
}
}
catch (error) {
core.warning(`${error.message}. Could not get ID token for authentication. Please make sure to give write permissions to id-token in the workflow.`);
core.error(`${error.message}. Could not get ID token for authentication. Please make sure to give write permissions to id-token in the workflow.`);
}
}
// Attempting Az cli login