Replies: 1 comment
-
This was a bug in Azure/CLI Action. It has been fixed in release 1.07 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use $GITHUB_OUTPUT instead of set-output in a azure cli step, however it's not possible with the next error:
How to reproduce the error, this is my github action:
Even I tried to use without variable to the ouput and It doesn't work:
echo "rdpip=demo" >> $GITHUB_OUTPUT
Thanks for the advises.
rawlog.txt
Beta Was this translation helpful? Give feedback.
All reactions