From db52a90d0edde582bd2ff5bed19d6f32635236dd Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:12:51 +0200 Subject: [PATCH] docs: update link to debug-js/debug repo (#1248) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898508a19..efbd9c700 100644 --- a/README.md +++ b/README.md @@ -1439,7 +1439,7 @@ See section [Yarn Modern](#yarn-modern) for information about using Yarn version ## Debugging -This action uses the [debug](https://github.com/visionmedia/debug#readme) module to output additional verbose logs. You can see these debug messages by setting the following environment variable: +This action uses the [debug](https://github.com/debug-js/debug#readme) module to output additional verbose logs. You can see these debug messages by setting the following environment variable: ```yml DEBUG: @cypress/github-action