We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b97af commit 1884065Copy full SHA for 1884065
.github/workflows/tests.yml
@@ -145,6 +145,8 @@ jobs:
145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146
number: ${{ github.event.inputs.issueNumber }}
147
append: true
148
+ header: "${{ github.sha }}"
149
+ hide: true
150
hide_details: true
151
message: |
152
**SSR Test Run for ${{ github.sha }}**: [Report](https://patternfly.github.io/patternfly-elements/${{ env.HTML_REPORT_URL_PATH }})
0 commit comments