Merge pull request #4399 from coollabsio/next

fix: prod github action
This commit is contained in:
Andras Bacsai
2024-11-26 10:54:42 +01:00
committed by GitHub

View File

@@ -1,4 +1,10 @@
<?php
// To prevent github actions from failing
function env()
{
return null;
}
$version = include 'config/constants.php';
echo $version['coolify']['version'] ?: 'unknown';