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