mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-08 16:06:49 +08:00
d3f25bac79
Previously secrets would be shown in log output as provided. This commit updates the stepLogFormatter to replace any instance of the secret string with "***", as GitHub Actions would Known issues: If the secret is a generic string (such as "docker"), all occurances of that string will be replaced in the output Co-authored-by: Casey Lee <cplee@nektos.com>