Skip to content

Commit

Permalink
Update comments.php (#147)
Browse files Browse the repository at this point in the history
* Update comments.php

* Update comments.php

* Rename update-tests-snapshot.yml to update-test-snapshot.yml
  • Loading branch information
guibranco authored Feb 16, 2024
1 parent 3ecf8cf commit 6c23202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Src/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ function execute_track($config, $metadata, $comment)
function execute_updateSnapshot($config, $metadata, $comment)
{
requestGitHub($metadata["token"], $metadata["reactionUrl"], array("content" => "eyes"));
requestGitHub($metadata["token"], $metadata["commentUrl"], array("body" => "Update tests snapshots"));
callWorkflow($config, $metadata, $comment, "update-tests-snapshot.yml");
requestGitHub($metadata["token"], $metadata["commentUrl"], array("body" => "Updating test snapshots"));
callWorkflow($config, $metadata, $comment, "update-test-snapshot.yml");
}

function callWorkflow($config, $metadata, $comment, $workflow)
Expand Down

0 comments on commit 6c23202

Please sign in to comment.