Skip to content

Commit

Permalink
Make build SP and ID copyable in Telegram message
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Sep 27, 2023
1 parent 38f47e0 commit 607ff1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
run: |
{
echo '${{ steps.extract_and_build.outputs.device_name }} - ${{ steps.extract_and_build.outputs.device_code_name_title }}';
echo 'Security Patch: ${{ steps.extract_and_build.outputs.device_build_security_patch }}';
echo 'ID: ${{ steps.extract_and_build.outputs.device_build_id }}';
echo 'Security Patch: `${{ steps.extract_and_build.outputs.device_build_security_patch }}`';
echo 'ID: `${{ steps.extract_and_build.outputs.device_build_id }}`';
} > .tg_caption
curl -X POST "https://api.telegram.org/bot${{ secrets.BOT_TOKEN }}/sendDocument" \
Expand Down

0 comments on commit 607ff1c

Please sign in to comment.