Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b81b29

Browse files
committed
i heart actionlint
1 parent 1554d6b commit 5b81b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ jobs:
587587
# We only use the embedded Postgres cache on macOS and Windows runners.
588588
if: runner.OS == 'macOS' || runner.OS == 'Windows'
589589
with:
590-
cache-key: ${{ steps.download-embedded-pg.outputs.cache-key }}
591-
cache-path: ${{ steps.download-embedded-pg-cache.outputs.cached-dirs }}
590+
cache-key: ${{ steps.download-embedded-pg-cache.outputs.cache-key }}
591+
cache-path: "${{ steps.embedded-pg-cache.outputs.embedded-pg-cache }}"
592592

593593
- name: Upload test stats to Datadog
594594
timeout-minutes: 1

0 commit comments

Comments
 (0)