Open kimdre opened 4 months ago
This is also happening to me as well.
How about
cat ${{ steps.yaml-lint.outputs.logfile }} >> ${GITHUB_STEP_SUMMARY}
It would be nice if this was part of the action so we had a step summary without the additional hoops of adding an id to the step etc.
Or if you want it to show in a nicer way use format: github
and it will produce an annotation on the GitHub workflow summary
In my pipeline the paths are cut off:
alidate.yml
should be/tasks/validate.yml
ain.yml:
should be/meta/main.yml
this is my workflow job: