Skip to content

Commit

Permalink
deps: dont show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 16, 2023
1 parent 069b883 commit f0f917b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🗝️ Authenticate to Google Cloud
id: auth
Expand Down Expand Up @@ -127,6 +129,8 @@ jobs:
steps:
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false

- name: 🗝️ Authenticate to Google Cloud
id: auth
Expand Down

0 comments on commit f0f917b

Please sign in to comment.