Skip to content

Commit

Permalink
Disable checkout show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Oct 21, 2023
1 parent 745f9cb commit 32e4fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Show contexts
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Show contexts
Expand Down Expand Up @@ -105,6 +107,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Show contexts
Expand Down Expand Up @@ -147,6 +150,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
show-progress: false
submodules: recursive

- name: Show contexts
Expand Down

0 comments on commit 32e4fc9

Please sign in to comment.