Skip to content

Commit 831a93b

Browse files
authored
correct env var name in all English link checker (github#28356)
1 parent 7175dd7 commit 831a93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
NODE_ENV: production
5151
PORT: 4000
5252
DISABLE_OVERLOAD_PROTECTION: true
53-
DISABLE_RENDER_CACHING: true
53+
DISABLE_RENDERING_CACHE: true
5454
# We don't want or need the changelog entries in this context.
5555
CHANGELOG_DISABLED: true
5656
# The default is 10s. But because this runs overnight, we can

0 commit comments

Comments
 (0)