@@ -35,13 +35,13 @@ jobs:
35
35
token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
36
36
format : markdown
37
37
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}}`
45
45
46
46
deploy :
47
47
runs-on : ubuntu-latest
@@ -102,10 +102,12 @@ jobs:
102
102
token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
103
103
format : markdown
104
104
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*:
111
113
`${{ steps.changelog.outputs.changelog }}`
0 commit comments