|
|
@@ -56,7 +56,6 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- name: Send Telegram Notification
|
|
|
- if: ${{ inputs.release_type == 'Actions' }}
|
|
|
run: |
|
|
|
curl -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
|
|
|
-F chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
|
|
|
@@ -66,7 +65,7 @@ jobs:
|
|
|
📦 *Repository:* [${{ github.repository }}](https://github.com/${{ github.repository }})
|
|
|
🗂️ *Branch:* ${{ github.ref_name }}
|
|
|
✏️ *Commit:* [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
|
|
|
- [🔗 View GitHub Release](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts)" \
|
|
|
+ [🔗 View GitHub Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})" \
|
|
|
-F parse_mode="Markdown"
|
|
|
|
|
|
set-matrix:
|