Skip to content

Commit

Permalink
🚧 progress: Fix sparse checkout instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 20, 2024
1 parent 7e2074d commit e455f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci:build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
sparse-checkout: |
scripts/healthcheck.cjs
scripts/assert-replica-set.js
./.github/actions/is-reachable/action.yml
./.github/actions/is-healthy/action.yml
.github/actions/is-healthy/action.yml
.github/actions/is-reachable/action.yml
sparse-checkout-cone-mode: false

- name: Load build 💽
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci:build:image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
with:
sparse-checkout: |
scripts/assert-replica-set.js
./.github/actions/is-healthy/action.yml
./.github/actions/is-reachable/action.yml
.github/actions/is-healthy/action.yml
.github/actions/is-reachable/action.yml
sparse-checkout-cone-mode: false

- name: Get server image URL
Expand Down

0 comments on commit e455f0f

Please sign in to comment.