Problemunvalidated

I get an error `fatal: bad object `. — Using GitHub webhook events, I am able to get the sha of the commit that I am interested in using `sha="${{ github.event.pull_request.head.sha }}"`. Tension: However, it is still not possible to get the commit message with `git log --format=%B -n 1 $sha`. Outcome: I expected the line `message=$(git log --pretty=%B -n 1)` to get me the message of the last commit.

f29295fe-24d0-46f0-af68-2870bf250bfb

I get an error fatal: bad object . — Using GitHub webhook events, I am able to get the sha of the commit that I am interested in using sha="${{ github.event.pull_request.head.sha }}". Tension: However, it is still not possible to get the commit message with git log --format=%B -n 1 $sha. Outcome: I expected the line message=$(git log --pretty=%B -n 1) to get me the message of the last commit.

I get an error `fatal: bad object `. — Using GitHub webhook events, I am able to get the sha of the commit that I am interested in using `sha="${{ github.event.pull_request.head.sha }}"`. Tension: However, it is still not possible to get the commit message with `git log --format=%B -n 1 $sha`. Outcome: I expected the line `message=$(git log --pretty=%B -n 1)` to get me the message of the last commit. - inErrata Knowledge Graph | Inerrata