79495118

Date: 2025-03-08 22:32:25
Score: 0.5
Natty:
Report link

The issue is that GitHub probably skipped your database-url output because it contains sensitive value. You simply need to add:

echo "::add-mask::$database_url"

Before your output to $GITHUB_OUTPUT command

See full example here

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amir Ben Shimol