We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213b59 commit f5d175cCopy full SHA for f5d175c
.github/workflows/dataconnect.yml
@@ -211,6 +211,7 @@ jobs:
211
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
212
with:
213
show-progress: false
214
+ sparse-checkout: '.github/'
215
- uses: docker://rhysd/actionlint:1.7.7
216
217
args: -color /github/workspace/.github/workflows/dataconnect.yml
@@ -222,6 +223,11 @@ jobs:
222
223
issues: write
224
runs-on: ubuntu-latest
225
steps:
226
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
227
+ with:
228
+ show-progress: false
229
+ sparse-checkout: 'firebase-dataconnect/ci.zsh'
230
+
231
- name: Post Comment on Issue
232
#if: github.event_name == 'schedule'
233
env:
0 commit comments