Compare commits

...

3 Commits

Author SHA1 Message Date
d62e8981c2 test telegram notification username
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-24 17:39:31 +01:00
6bad9064d4 Merge branch 'master' of git.gregandev.fr:gregandev/documentation 2023-03-24 17:39:15 +01:00
0789b501f1 test telegram notification username 2023-03-24 17:39:03 +01:00

View File

@ -11,6 +11,7 @@ trigger:
- master
steps:
- name: build
#ARM version of mkDocs
image: ghcr.io/afritzler/mkdocs-material:8.1.0
@ -48,18 +49,18 @@ steps:
format: markdown
message: >
{{#success build.status}}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{else}}
❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{/success}}