Skip to content

Commit d5b7007

Browse files
committed
♻️ refactor: update CI notification #2
1 parent 8d43672 commit d5b7007

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Diff for: .github/workflows/ci_notify.yml

+15-13
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
3636
format: markdown
3737
message: |
38-
🚀 CI Commit
39-
🔯 `${{ github.actor }}` created commit:
40-
- message: `${{ github.event.commits[0].message }}`
41-
- hash: `${{ github.sha }}`
42-
- repository: `${{ github.repository }}`
43-
- head: `${{ github.event.head_commit.message }}`
44-
🍀 See changes: `https://github.com/${{ github.repository }}/commit/${{github.sha}}`
38+
🚀 *AI Workflow Administrator (AWA)*
39+
- *username*: `${{ github.actor }}`
40+
- *message*: `${{ github.event.commits[0].message }}`
41+
- *hash*: `${{ github.sha }}`
42+
- *repository*: `${{ github.repository }}`
43+
- *head*: `${{ github.event.head_commit.message }}`
44+
🍀 *See changes*: `https://github.com/${{ github.repository }}/commit/${{github.sha}}`
4545
4646
deploy:
4747
runs-on: ubuntu-latest
@@ -102,10 +102,12 @@ jobs:
102102
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
103103
format: markdown
104104
message: |
105-
🚀 New tag created: **${{ env.TAG }}**
106-
🔯 `${{ github.actor }}` created tag:
107-
- repository: `${{ github.repository }}`
108-
- head: `${{ github.event.head_commit.message }}`
109-
🍀 See changes: `https://github.com/${{ github.repository }}/releases/tag/${{ env.TAG }}`
110-
📜 Changelog:
105+
🚀 *AI Workflow Administrator (AWA)*
106+
- *latest tag*: *${{ env.TAG }}*
107+
- *username*: `${{ github.actor }}`
108+
- *hash*: `${{ github.sha }}`
109+
- *repository*: `${{ github.repository }}`
110+
- *head*: `${{ github.event.head_commit.message }}`
111+
🍀 *See changes*: `https://github.com/${{ github.repository }}/releases/tag/${{ env.TAG }}`
112+
📜 *Changelog*:
111113
`${{ steps.changelog.outputs.changelog }}`

0 commit comments

Comments
 (0)