From d3b35fe6a64fccf27e2b5b3ec627e3c8ba967917 Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli Date: Tue, 3 Dec 2024 10:16:45 +0100 Subject: [PATCH] Update docs url --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1cd527d..22ad3ae 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: "Label for test (shows up in WebPageTest)" required: false wptOptions: - description: "Path to JSON file with WebPageTest test options (see https://github.com/marcelduran/webpagetest-api#test-works-for-runtest-method-only)" + description: "Path to JSON file with WebPageTest test options (see https://github.com/catchpoint/WebPageTest.api-nodejs)" required: false GITHUB_TOKEN: description: "Secret GitHub Token (automatically provided by GitHub)"