Skip to content

Commit

Permalink
Update comments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Feb 16, 2024
1 parent 8b63cf1 commit b98cc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b98cc83

Please sign in to comment.