Skip to content

Commit 518854d

Browse files
committed
typo
1 parent ce345eb commit 518854d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
uses: actions/checkout@v4
8686

8787
# This will restore the cache for the current commit if it exists, or the most recent lychee
88-
# cache otherwise (including those saved for the main branch). It will also save the cache at
89-
# for the current commit if none existed for it, and only if the link check succeeded. We
90-
# don't want to save a cache when the action failed, because the reason for failure might be
88+
# cache otherwise (including those saved for the main branch). It will also save the cache for
89+
# the current commit if none existed for it, and only if the link check succeeded. We don't
90+
# want to save a cache when the action failed, because the reason for failure might be
9191
# temporary (rate limiting, network issue, etc.), and we always want to retry those links
9292
# everytime this action is run.
9393
- name: Restore lychee cache

0 commit comments

Comments
 (0)