agrc / firebase-website-deploy-composite-action

A GitHub composite action standardizing the UGRC deployment process for firebase websites
MIT License
0 stars 0 forks source link

github action summary #73

Open stdavis opened 4 weeks ago

stdavis commented 4 weeks ago
          Looks good. Since we're in here do we want to try pushing the deploy result to the GitHub action annotations?

Originally posted by @steveoh in https://github.com/agrc/firebase-website-deploy-composite-action/pull/71#pullrequestreview-2408084638

steveoh commented 4 weeks ago

Here's some relevant docs

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-job-summary

With the general idea being writing to an variable

echo "{markdown content}" >> $GITHUB_STEP_SUMMARY

The purpose was to help understand what's happening in the deploy step.

I wish that we could see the output of this command: https://github.com/agrc/firebase-website-deploy-composite-action/blob/33c293d4d662017b7bad20957b045bb2448d36b8/action.yml#L111