You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Getting Error 'Unexpected string' when trying to set an integer on environment variable .not sure why. my goals is to skip tests and other actions if the associated files are not changed
I don't know exactly the root cause of this issue, but I had the same problem and was able to clear this error when I removed result-encoding: string on a previous step from which I was setting an environment variable in the failing step.
Invalid JSON can also cause this. So take a look at the JSON request object you are trying to send to see if it is a valid JSON object (the actual CREATION of the JSON object can fail with this error).
Describe the bug
Getting Error 'Unexpected string' when trying to set an integer on environment variable .not sure why. my goals is to skip tests and other actions if the associated files are not changed
To Reproduce
Steps to reproduce the behavior: either check this action logs and composite action that is part of the main workflow , or:
Expected behavior
the variable is setup successfully is able to be accessed by other composite actions
Screenshots
Desktop (please complete the following information):
Additional context
I actually wanted to use boolean variables here, but neither integer nor boolean variable works
The text was updated successfully, but these errors were encountered: