Check for status code 202 on LSIF upload
Created by: mrnugget
PR https://github.com/sourcegraph/sourcegraph/pull/6227 changed the
status code from 201
to 202
.
That broke the check here and resulted in an error: 202 Accepted
being
printed.
And the exit code is checked in https://github.com/sourcegraph/lsif-upload-action, which runs on every PR in sourcegrah/sourcegraph