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
@timfish Odd one. It was the fetch that was failing on repeat: git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=3 origin +refs/heads/feat/update-sdks*:refs/remotes/origin/feat/update-sdks* +refs/tags/feat/update-sdks*:refs/tags/feat/update-sdks*
Which itself was fine since it was properly referencing the refs from your fork. I re-ran the job and it passed without issue and that fetch returned as expected:
From https://github.com/getsentry/sentry-electron
[new branch] feat/update-sdks -> origin/feat/update-sdks
I'm guessing the issue is caused by the fork but I'm honestly not sure why it's failing here!
https://github.com/getsentry/sentry-electron/actions/runs/9793261370/job/27040829361?pr=937#step:3:61
The text was updated successfully, but these errors were encountered: