bug(github_actions): Fix logging failed commits
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
c12715e11f
commit
4b6d7fd241
|
@ -380,7 +380,7 @@ jobs:
|
|||
fi
|
||||
done
|
||||
|
||||
git checkout --quiet --force ${{ github.head_ref }}
|
||||
git checkout --quiet --force fork/${{ github.head_ref }}
|
||||
if [ -n "$failed" ]; then
|
||||
echo "Checks failed for these commits:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue