Skip to content

Commit 9bbfa61

Browse files
authored
Slack messgae body updated
1 parent 0519c1f commit 9bbfa61

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,11 @@ jobs:
7676
subject: "CommUnity CI/CD Pipeline Completed"
7777
to: ${{ secrets.EMAIL_TO }}
7878
from: "GitHub Actions"
79-
body: "The CI/CD pipeline for CommUnity has been successfully completed on branch ${{ github.ref_name }}."
79+
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

Comments
 (0)