When $GITHUB_STEP_SUMMARY is added multiple times in a composite action, only the last step seems to be reflected #32566
-
This is an issue of GITHUB_STEP_SUMMARY. When https://github.com/suzuki-shunsuke/test-github-action/actions/runs/3028352492 - uses: ./.github/actions/step-summary-action name: step summary
description: step summary
runs:
using: composite
steps:
- shell: bash
run: echo foo >> "$GITHUB_STEP_SUMMARY"
- shell: bash
run: echo bar >> "$GITHUB_STEP_SUMMARY" On the other hand, when jobs:
foo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- shell: bash
run: echo foo >> "$GITHUB_STEP_SUMMARY"
- shell: bash
run: echo bar >> "$GITHUB_STEP_SUMMARY" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I created a support ticket about this issue from https://support.github.com/ , then this issue has been solved.
|
Beta Was this translation helpful? Give feedback.
I created a support ticket about this issue from https://support.github.com/ , then this issue has been solved.