Skip to content

Commit

Permalink
fix sending release url via telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
crazo7924 authored Nov 4, 2022
1 parent 1fc9886 commit 73ced3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OrangeFox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ jobs:
- name: Send build link
run: |
curl -F "chat_id=${{ secrets.CHANNEL_ID }}" -F text="Build successful of OrangeFox recovery for ${{ github.event.inputs.DEVICE_NAME }}" https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage
curl -F "chat_id=${{ secrets.CHANNEL_ID }}" -F text="${{ github.steps.uploaded.url }}" https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage
curl -F "chat_id=${{ secrets.CHANNEL_ID }}" -F text="${{ steps.uploaded.outputs.url }}" https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage

0 comments on commit 73ced3e

Please sign in to comment.