Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Nov 8, 2023
1 parent cdc3002 commit 1dcd978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opt/adler/moodle/adler_setup/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* @return object|false
*/
function get_updated_release_info(string $github_repo, string $version, string $old_version = null) {
cli_writeln("Params for get_updated_release_info: github_repo=$github_repo, version=$version, old_version=$old_version");

$url = "https://api.github.com/repos/" . $github_repo . "/releases";
cli_writeln("Fetching release info from $url");

Expand Down

0 comments on commit 1dcd978

Please sign in to comment.