We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0519c1f commit 9bbfa61Copy full SHA for 9bbfa61
.github/workflows/ci-cd.yml
@@ -76,4 +76,11 @@ jobs:
76
subject: "CommUnity CI/CD Pipeline Completed"
77
to: ${{ secrets.EMAIL_TO }}
78
from: "GitHub Actions"
79
- body: "The CI/CD pipeline for CommUnity has been successfully completed on branch ${{ github.ref_name }}."
+ body: |
80
+ 📝 **Commit Details**
81
+ - **Author:** ${{ github.actor }}
82
+ - **Branch:** ${{ github.ref_name }}
83
+ - **Commit Message:** ${{ github.event.head_commit.message }}
84
+ - **Commit URL:** ${{ github.event.head_commit.url }}
85
+
86
+ ✅ The latest changes have been pushed to the repository.
0 commit comments