From 32e4fc9da94454251cd51754bdc8c674d0230c85 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 15:37:25 +1300 Subject: [PATCH] Disable checkout show progress https://github.com/actions/checkout/pull/1067 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a7bf04..bfb21a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -63,6 +64,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -105,6 +107,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts @@ -147,6 +150,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Show contexts