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
My workflow runs on push and open pr. When I do the very first push - steps.findPr.outputs.pr return an empty string - which is expected. When I open a PR from that branch - steps.findPr.outputs.pr returns PR number, which is also great. But when I push additional commits to the branch - steps.findPr.outputs.pr returns an empty string, even though PR has already been open from that branch. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered:
I don't have a ton of time to look into this right now, but this is a pretty simple action - if you want to supply a PR to fix this, I'm happy to merge it.
My workflow runs on
push
andopen pr
. When I do the very first push -steps.findPr.outputs.pr
return an empty string - which is expected. When I open a PR from that branch -steps.findPr.outputs.pr
returns PR number, which is also great. But when I push additional commits to the branch -steps.findPr.outputs.pr
returns an empty string, even though PR has already been open from that branch. Any idea what could be wrong?The text was updated successfully, but these errors were encountered: