Details
-
Build Failure
-
Resolution: Done
-
Unknown
-
None
-
None
-
None
Description
E.g. build failure log for the comment action:
+ git clone https://github.com/mongodb/mongo-go-driver
|
Cloning into 'mongo-go-driver'...
|
+ cd mongo-go-driver
|
+ git remote add source https://github.com/qingyang-hu/mongo-go-driver
|
+ git fetch origin master
|
From https://github.com/mongodb/mongo-go-driver
|
* branch master -> FETCH_HEAD
|
+ git fetch source cev/bson-allocs
|
fatal: couldn't find remote ref cev/bson-allocs
|
Error: Process completed with exit code 128.
|
See the full action here.
Seems to be caused by the $GITHUB_ACTOR not being equal to the PR author, so the remote doesn't have the expected branch. See here.