[ci] Suppress git messages in test-build workflow
This commit is contained in:
parent
47d735ecc7
commit
2625a4f8b9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir /iceshrimp
|
mkdir /iceshrimp
|
||||||
cd /iceshrimp
|
cd /iceshrimp
|
||||||
git init
|
git init -b test-build
|
||||||
git remote add origin ${{ github.event.repository.clone_url }}
|
git remote add origin ${{ github.event.repository.clone_url }}
|
||||||
git fetch origin ${{ github.ref }} --depth=1
|
git fetch origin ${{ github.ref }} --depth=1
|
||||||
git checkout --detach FETCH_HEAD
|
git checkout --detach FETCH_HEAD
|
||||||
|
|
Loading…
Add table
Reference in a new issue