Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github action summary #73

Open
stdavis opened this issue Oct 31, 2024 · 1 comment
Open

github action summary #73

stdavis opened this issue Oct 31, 2024 · 1 comment

Comments

@stdavis
Copy link
Member

stdavis commented Oct 31, 2024

          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 #71 (review)

@steveoh steveoh changed the title Looks good. Since we're in here do we want to try pushing the deploy result to the GitHub action annotations? github action summary Oct 31, 2024
@steveoh
Copy link
Member

steveoh commented Oct 31, 2024

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:

RESULTS=$(npx firebase-tools hosting:channel:deploy $GITHUB_HEAD_REF \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants