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
I was using this action (version 1.1.0) in other workflow and it worked fine, but now with the same version I see no output from action.
If you have some thoughts on it please tell me, what could cause this strange behavior.
I attached screenshot with logs of step bump-version (it seems to be ok) and the result of echo ${{ toJSON(steps) }}
The text was updated successfully, but these errors were encountered:
Interesting, but I got it working when switched from self-hosted runner to GitHub-hosted ubuntu-latest.
Maybe it's because I run my self-hosted runners inside Docker containers.
I don't know how it can affect getting outputs from action, because other actions I use provide the same output on both self-hosted runner and GitHub-hosted runners.
However, if you got some thoughts on this, I will be glad to hear it.
I was using this action (version 1.1.0) in other workflow and it worked fine, but now with the same version I see no output from action.
If you have some thoughts on it please tell me, what could cause this strange behavior.
I attached screenshot with logs of step bump-version (it seems to be ok) and the result of
echo ${{ toJSON(steps) }}
The text was updated successfully, but these errors were encountered: