Skip to content

Commit f8e31dd

Browse files
committed
dataconnect.yml: specify show-progress correctly within a "with" block
1 parent f6ab119 commit f8e31dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v4
47-
show-progress: false
47+
with:
48+
show-progress: false
4849

4950
- uses: actions/setup-java@v4
5051
with:

0 commit comments

Comments
 (0)