Problem
For those new to GitHub actions, it may not be obvious that the step-summary was appended or where to read it.
Solution
Log a link to the workflow run's summary page when applicable.
Additional context
Step summary is supposed to be our last resort for outputting a feedback comment. It shouldn't be complicated to use.
This might applicable to git-bot-feedback API since step-summary may not be available to git servers beyond github and gitea.
Problem
For those new to GitHub actions, it may not be obvious that the step-summary was appended or where to read it.
Solution
Log a link to the workflow run's summary page when applicable.
Additional context
Step summary is supposed to be our last resort for outputting a feedback comment. It shouldn't be complicated to use.
This might applicable to git-bot-feedback API since step-summary may not be available to git servers beyond github and gitea.