Skip to content

Commit 47877bf

Browse files
committed
Fix wrong indentation
1 parent ae53db2 commit 47877bf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
format: HTML
3333
message: |
3434
<b>LetsCode.io:</b> <a href="https://github.com/letscode-io/letscode.io/commit/${{ github.sha }}">Deployment #${{github.run_id}}</a>
35-
Deployment has been finished successfully
36-
- name: Notify telegram group about a failed deployment
37-
if: ${{ failure() }}
38-
uses: appleboy/telegram-action@master
39-
with:
40-
to: ${{ secrets.TELEGRAM_GROUP_ID }}
41-
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
42-
format: HTML
43-
message: |
44-
<b>LetsCode.io:</b> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fletscode-io%2Fletscode.io%2Fcommit%2F%24%7B%7B+github.sha+%7D%7D">Deployment #${{github.run_id}}</a>
45-
Deployment has been failed 💩
35+
Deployment has been finished successfully
36+
- name: Notify telegram group about a failed deployment
37+
if: ${{ failure() }}
38+
uses: appleboy/telegram-action@master
39+
with:
40+
to: ${{ secrets.TELEGRAM_GROUP_ID }}
41+
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
42+
format: HTML
43+
message: |
44+
<b>LetsCode.io:</b> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fletscode-io%2Fletscode.io%2Fcommit%2F%24%7B%7B+github.sha+%7D%7D">Deployment #${{github.run_id}}</a>
45+
💩 Deployment has been failed

0 commit comments

Comments
 (0)