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
The Firmware-Version seems to be a bit of, the git describe --tags in the makefile via Github Actions provides a different GITHUB_SHA Value then the last commit in the PR
But this is not the GITHUB_SHA for pull_request event. The GITHUB_REF for pull_request event is PR merge branch refs/pull/:prNumber/merge. And the GITHUB_SHA is the last merge commit on the GITHUB_REF branch. This GITHUB_SHA does not exist in any current branch in repo. So you will get fatal: bad object.
The Firmware-Version seems to be a bit of, the
git describe --tags
in the makefile via Github Actions provides a different GITHUB_SHA Value then the last commit in the PRhttps://github.com/freifunkMUC/site-ffm/blob/gluon-v2023.2.x/.github/workflows/firmware.yml#L61
3f9bce8
ddf3c15
3f9bce8 != ddf3c15
More Info:
But this is not the GITHUB_SHA for pull_request event. The GITHUB_REF for pull_request event is PR merge branch refs/pull/:prNumber/merge. And the GITHUB_SHA is the last merge commit on the GITHUB_REF branch. This GITHUB_SHA does not exist in any current branch in repo. So you will get fatal: bad object.
Solutions:
The text was updated successfully, but these errors were encountered: