From b98cc83a659a4603b24bc4c38fb24215d021e56e Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 16 Feb 2024 02:00:25 +0000 Subject: [PATCH] Update comments.php --- Src/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/comments.php b/Src/comments.php index 630eefe..2cd9c3e 100644 --- a/Src/comments.php +++ b/Src/comments.php @@ -197,7 +197,7 @@ function execute_updateSnapshot($config, $metadata, $comment) { requestGitHub($metadata["token"], $metadata["reactionUrl"], array("content" => "eyes")); requestGitHub($metadata["token"], $metadata["commentUrl"], array("body" => "Updating test snapshots")); - callWorkflow($config, $metadata, $comment, "update-tests-snapshot.yml"); + callWorkflow($config, $metadata, $comment, "update-test-snapshot.yml"); } function callWorkflow($config, $metadata, $comment, $workflow)