I am getting this error while executing the Azure Dev Pipeline. What should i do?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Based on the error message, it seems that this issue comes from a script format or symbol.
I have tested the YAML sample from the link you shared and it can work fine.
Here are my steps, you can refer to them.
Step1 : Set the variable
CHROMATIC_PROJECT_TOKEN
Step2: Run the YAML sample:
Here is my result:
You can also try to use
--project-token=$(CHROMATIC_PROJECT_TOKEN)
in the YAML sample.