Skip to content

Commit

Permalink
test redirect summary to file
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Aug 6, 2023
1 parent a5afd61 commit 4e26086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ecosystem-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,11 @@ jobs:
echo "---" >> $GITHUB_STEP_SUMMARY
echo "Logs: https://github.com/qiskit-community/ecosystem/actions/runs/${{ github.run_id }}" >> $GITHUB_STEP_SUMMARY
echo "PR #${{ steps.cpr.outputs.pull-request-number }}" >> $GITHUB_STEP_SUMMARY
# Create summary_output.md
echo "$(cat $GITHUB_STEP_SUMMARY)" > summary_output.md
- name: Create comment on issue
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.issue.number }}
body-path: $GITHUB_STEP_SUMMARY
body-path: "summary_output.md"

0 comments on commit 4e26086

Please sign in to comment.