From 1c363c4fd2e97712c08b4ae3fba6a8504e773a64 Mon Sep 17 00:00:00 2001 From: SoundDrill31 <84176052+sounddrill31@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:55:17 +0530 Subject: [PATCH] Telegram: Switch delimiters --- .github/workflows/main.yml | 4 ++-- .github/workflows/selfhosted.yml | 4 ++-- .github/workflows/twrp-legacy.yml | 4 ++-- .github/workflows/twrp.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c2a83ce..812f0bc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -342,7 +342,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" env: chatId: ${{ secrets.TELEGRAM_TO }} botToken: ${{ secrets.TELEGRAM_TOKEN }} @@ -442,7 +442,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" # Todo: error.log link env: chatId: ${{ secrets.TELEGRAM_TO }} diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index ce4a7582..636180db 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -318,7 +318,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" env: chatId: ${{ secrets.TELEGRAM_TO }} botToken: ${{ secrets.TELEGRAM_TOKEN }} @@ -469,7 +469,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" # Todo: error.log link env: chatId: ${{ secrets.TELEGRAM_TO }} diff --git a/.github/workflows/twrp-legacy.yml b/.github/workflows/twrp-legacy.yml index 4f222967..e98eea9f 100644 --- a/.github/workflows/twrp-legacy.yml +++ b/.github/workflows/twrp-legacy.yml @@ -272,7 +272,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" env: chatId: ${{ secrets.TELEGRAM_TO }} botToken: ${{ secrets.TELEGRAM_TOKEN }} @@ -371,7 +371,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" # Todo: error.log link env: chatId: ${{ secrets.TELEGRAM_TO }} diff --git a/.github/workflows/twrp.yml b/.github/workflows/twrp.yml index 50a4fae5..f023d9b8 100644 --- a/.github/workflows/twrp.yml +++ b/.github/workflows/twrp.yml @@ -272,7 +272,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has been queued %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" env: chatId: ${{ secrets.TELEGRAM_TO }} botToken: ${{ secrets.TELEGRAM_TOKEN }} @@ -371,7 +371,7 @@ jobs: -d parse_mode="Markdown" } - send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "${{ github.repository }}" | sed '/_/\\_/g')/actions/runs/${{ github.run_id }}" + send_telegram_message "Crave ProjectID: $PROJECTID %0ABuild for ${{ github.event.inputs.DEVICE_NAME }} has status: $jobStatus %0ACheck Progress at: %0Ahttps://github.com/$(echo "$(echo "${{ github.repository }}" | sed 's@_@\\_@g')/actions/runs/${{ github.run_id }}" # Todo: error.log link env: chatId: ${{ secrets.TELEGRAM_TO }}