[ci] Suppress git messages in test-build workflow

This commit is contained in:
Laura Hausmann 2024-07-05 17:43:25 +02:00
parent 47d735ecc7
commit 2625a4f8b9
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -15,7 +15,7 @@ jobs:
run: |
mkdir /iceshrimp
cd /iceshrimp
git init
git init -b test-build
git remote add origin ${{ github.event.repository.clone_url }}
git fetch origin ${{ github.ref }} --depth=1
git checkout --detach FETCH_HEAD