Skip to content

Commit

Permalink
Hide progress in git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Sep 22, 2023
1 parent fabb81e commit f808742
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Set up Docker Buildx
id: buildx
# Use the action from the master, as we've seen some inconsistencies with @v1
Expand Down Expand Up @@ -109,6 +111,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Download cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -179,6 +183,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Download cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -240,6 +246,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Generate Changelog
# Search from CHANGELOG.md for the changelog of the version (tag name)
run: ./tools/extract_release_notes.sh ${{ github.ref_name }} < CHANGELOG.md > ${{ github.workspace }}-RELEASE_NOTES.md
Expand Down

0 comments on commit f808742

Please sign in to comment.