runner/internal/app/run
Kwonunn 6c9959d7a9 Cherry-pick gitea act_runner #543
From: 1735b26e66

Don't log job output when debug logging is not enabled

We wanted the ability to disable outputting the logs from the individual job to the console. This changes the logging so that job logs are only output to the console whenever debug logging is enabled in `act_runner`, while still allowing the `Reporter` to receive these logs and forward them to Gitea when debug logging is not enabled.

Signed-off-by: Kwonunn <kwonunnx@gmail.com>
2024-11-03 13:57:34 +00:00
..
logging.go Cherry-pick gitea act_runner #543 2024-11-03 13:57:34 +00:00
runner.go Cherry-pick gitea act_runner #543 2024-11-03 13:57:34 +00:00
runner_test.go replace Nil with NoError 2024-04-10 23:55:42 +02:00
workflow.go Support upload outputs and use needs context (#133) 2023-04-20 23:27:46 +08:00
workflow_test.go chore: add test for unexpected YAML type in top level env 2024-09-15 16:05:01 +02:00