We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior Step summaries are shown in the order 1, 2, 3.
ubuntu-22.04 version 2.314.1.
ubuntu-22.04
2.314.1
The text was updated successfully, but these errors were encountered:
Hey @maskati thanks for the report, our team is taking a look and will follow up on this issue
Sorry, something went wrong.
Hi @maskati this should be fixed now. Thanks for letting us know.
Going to close this out but if you see this again please let us know @maskati !
No branches or pull requests
Describe the bug
Step summaries are shown on the action run summary page in reverse order. Probably related to #3174.
To Reproduce
Summary page:
Expected behavior
Step summaries are shown in the order 1, 2, 3.
Runner Version and Platform
ubuntu-22.04
version2.314.1
.The text was updated successfully, but these errors were encountered: