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
Have just been playing around trying to get deepl.io working, and after stepping through the source to fix configuration issues (on my end), I think I've finally come across an actual bug.
It looks like the BitBucket payload doesn't include a "ref" param at all, which means that the check against /refs/heads/{branch-name} in 9a83751 is now failing.
Not sure if that commit could just be reverted, or if it'll need to be updated to be more cross-service compatible.
The text was updated successfully, but these errors were encountered:
Hi there,
Have just been playing around trying to get deepl.io working, and after stepping through the source to fix configuration issues (on my end), I think I've finally come across an actual bug.
It looks like the BitBucket payload doesn't include a "ref" param at all, which means that the check against
/refs/heads/{branch-name}
in 9a83751 is now failing.Not sure if that commit could just be reverted, or if it'll need to be updated to be more cross-service compatible.
The text was updated successfully, but these errors were encountered: