Skip to content

Commit

Permalink
chore: Add "show-progress" option to actions/checkout (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Oct 8, 2023
1 parent 2eaace2 commit 1e6bb00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false

- uses: ./.github/actions/gradle-cache

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false

- uses: ./.github/actions/gradle-cache

Expand All @@ -27,6 +29,8 @@ jobs:
api-level: [ 21, 29 ]
steps:
- uses: actions/checkout@v4
with:
show-progress: false

- uses: ./.github/actions/gradle-cache

Expand Down

0 comments on commit 1e6bb00

Please sign in to comment.