From 43d20758b992828dc475c313805672654d6fd415 Mon Sep 17 00:00:00 2001 From: Alex-Devera Date: Tue, 24 Dec 2024 14:50:05 +0300 Subject: [PATCH] upd --- update-upgrade.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/update-upgrade.yml b/update-upgrade.yml index de1ed9e..6201573 100644 --- a/update-upgrade.yml +++ b/update-upgrade.yml @@ -17,11 +17,11 @@ autoclean: yes - name: Send notify to Telegram - community.general.telegram: - token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM' - api_args: - chat_id: 222227130 - parse_mode: "markdown" - text: "Your precious application has been deployed:" - disable_web_page_preview: true - disable_notification: true \ No newline at end of file + community.general.telegram: + token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM' + api_args: + chat_id: 222227130 + parse_mode: "markdown" + text: "Your precious application has been deployed: https://example.com" + disable_web_page_preview: true + disable_notification: true \ No newline at end of file