File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 9494 - name : Deploy
9595 id : deployment
9696 uses : actions/deploy-pages@v4
97+ - name : Output Job Summary
98+ env :
99+ COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
100+ run : |
101+ echo "## 🚀 Playwright Test Run Summary 🚀">> $GITHUB_STEP_SUMMARY
102+ echo "✅ Deployed to GitHub Pages Successful!" >> $GITHUB_STEP_SUMMARY
103+ echo "" >> $GITHUB_STEP_SUMMARY
104+ echo "👤 **Triggered by**: ${{ github.actor }}" >> $GITHUB_STEP_SUMMARY
105+ echo "" >> $GITHUB_STEP_SUMMARY
106+ echo "### 📄 Commit Info" >> $GITHUB_STEP_SUMMARY
107+ echo "- **Branch**: ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY
108+ echo "- **Commit SHA**: ${{ github.sha }}" >> $GITHUB_STEP_SUMMARY
109+ echo "- **Message**: $COMMIT_MESSAGE" >> $GITHUB_STEP_SUMMARY
110+ echo "" >> $GITHUB_STEP_SUMMARY
111+ echo "### 🔗 Links" >> $GITHUB_STEP_SUMMARY
112+ echo "- 🌐 [View Test Results](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }})" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments