File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
100100 echo "${{ steps.ref-calculix-adapter.outputs.description }}" >> $GITHUB_STEP_SUMMARY
101101 echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
102+ echo "### DuMux adapter" >> $GITHUB_STEP_SUMMARY
103+ echo "Reference: [\`${{ steps.ref-dumux-adapter.outputs.shorthash }}\`](https://github.com/precice/dumux-adapter/commit/${{ steps.ref-dumux-adapter.outputs.shorthash }})" >> $GITHUB_STEP_SUMMARY
104+ echo "Description:" >> $GITHUB_STEP_SUMMARY
105+ echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
106+ echo "${{ steps.ref-dumux-adapter.outputs.description }}" >> $GITHUB_STEP_SUMMARY
107+ echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
102108 echo "### FEniCS adapter" >> $GITHUB_STEP_SUMMARY
103109 echo "Reference: [\`${{ steps.ref-fenics-adapter.outputs.shorthash }}\`](https://github.com/precice/fenics-adapter/commit/${{ steps.ref-fenics-adapter.outputs.shorthash }})" >> $GITHUB_STEP_SUMMARY
104110 echo "Description:" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments