mirror of
https://github.com/azure/login.git
synced 2026-06-08 15:17:04 +00:00
Update main.js
This commit is contained in:
parent
60adb05602
commit
3f0aa01c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ function main() {
|
|||
}
|
||||
}
|
||||
catch (error) {
|
||||
core.error(`${error.message.slice(':')[1]}. Could not get ID token for authentication. Please make sure to give write permissions to id-token in the workflow.`);
|
||||
core.error(`${error.message.slice(':')}. Could not get ID token for authentication. Please make sure to give write permissions to id-token in the workflow.`);
|
||||
}
|
||||
}
|
||||
// Attempting Az cli login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue