Skip to content

Commit 14c4a81

Browse files
committed
dataconnect.yml: fix typos
1 parent 4c9ba07 commit 14c4a81

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/dataconnect.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ jobs:
256256
runs-on: ubuntu-latest
257257
steps:
258258
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
259-
sparse-checkout: '.github/'
260259
with:
261260
show-progress: false
261+
sparse-checkout: '.github/'
262262
- uses: docker://rhysd/actionlint:1.7.7
263263
with:
264264
args: -color /github/workspace/.github/workflows/dataconnect.yml
@@ -268,7 +268,9 @@ jobs:
268268
runs-on: ubuntu-latest
269269
steps:
270270
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271-
sparse-checkout: 'firebase-dataconnect/ci/'
271+
with:
272+
show-progress: false
273+
sparse-checkout: 'firebase-dataconnect/ci/'
272274
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
273275
with:
274276
python-version: ${{ env.FDC_PYTHON_VERSION }}
@@ -282,7 +284,9 @@ jobs:
282284
runs-on: ubuntu-latest
283285
steps:
284286
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
285-
sparse-checkout: 'firebase-dataconnect/ci/'
287+
with:
288+
show-progress: false
289+
sparse-checkout: 'firebase-dataconnect/ci/'
286290
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
287291
with:
288292
python-version: ${{ env.FDC_PYTHON_VERSION }}
@@ -296,7 +300,9 @@ jobs:
296300
runs-on: ubuntu-latest
297301
steps:
298302
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
299-
sparse-checkout: 'firebase-dataconnect/ci/'
303+
with:
304+
show-progress: false
305+
sparse-checkout: 'firebase-dataconnect/ci/'
300306
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
301307
with:
302308
python-version: ${{ env.FDC_PYTHON_VERSION }}
@@ -310,7 +316,9 @@ jobs:
310316
runs-on: ubuntu-latest
311317
steps:
312318
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
313-
sparse-checkout: 'firebase-dataconnect/ci/'
319+
with:
320+
show-progress: false
321+
sparse-checkout: 'firebase-dataconnect/ci/'
314322
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
315323
with:
316324
python-version: ${{ env.FDC_PYTHON_VERSION }}

0 commit comments

Comments
 (0)