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 have a workflow that is run for each pull request where several actions may comment on that pull request. Obviously, when running locally with act there is no pull-request, and therefore nowhere to comment to.
My current workaround is to set the comments_url to https://httpstat.us/200 (or run a local http-echo container and point to that), but it would be nice if we had a better way.
The text was updated successfully, but these errors were encountered:
I have a workflow that is run for each pull request where several actions may comment on that pull request. Obviously, when running locally with
act
there is no pull-request, and therefore nowhere to comment to.My current workaround is to set the
comments_url
to https://httpstat.us/200 (or run a local http-echo container and point to that), but it would be nice if we had a better way.The text was updated successfully, but these errors were encountered: