bug(github_actions): Fix logging failed commits

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
Lucas Schwiderski 2021-09-19 15:10:46 +02:00
parent c12715e11f
commit 4b6d7fd241
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 1 deletions

View File

@ -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:"