Skip to content

Commit

Permalink
[F] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Jan 22, 2025
1 parent dd9b8ad commit c4065be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aquamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
path: Output\Upload

- name: Send to Telegram
# if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
run: |
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
$Form = @{
chat_id = "351768429"
chat_id = "-1002231087502"
media = @(
@{ type = "document"; media = "attach://aquamai_main"; caption = "${{ env.GIT_DESCRIBE }}`n${{ github.event.commits[0].message }}" },
@{ type = "document"; media = "attach://aquamai_zh" }
Expand Down

0 comments on commit c4065be

Please sign in to comment.