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

Step summaries shown in reverse order #3188

Closed
maskati opened this issue Mar 6, 2024 · 3 comments
Closed

Step summaries shown in reverse order #3188

maskati opened this issue Mar 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@maskati
Copy link

maskati commented Mar 6, 2024

Describe the bug
Step summaries are shown on the action run summary page in reverse order. Probably related to #3174.

To Reproduce

steps:
- run: |
    echo "### Step: 1" >> $GITHUB_STEP_SUMMARY
- run: |
    echo "### Step: 2" >> $GITHUB_STEP_SUMMARY
- run: |
    echo "### Step: 3" >> $GITHUB_STEP_SUMMARY

Summary page:
image

Expected behavior
Step summaries are shown in the order 1, 2, 3.

Runner Version and Platform

ubuntu-22.04 version 2.314.1.

@maskati maskati added the bug Something isn't working label Mar 6, 2024
@thboop
Copy link
Collaborator

thboop commented Mar 6, 2024

Hey @maskati thanks for the report, our team is taking a look and will follow up on this issue

@SrRyan
Copy link
Contributor

SrRyan commented Mar 6, 2024

Hi @maskati this should be fixed now. Thanks for letting us know.

@thboop
Copy link
Collaborator

thboop commented Mar 6, 2024

Going to close this out but if you see this again please let us know @maskati !

@thboop thboop closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants