forked from Cookies_Github_mirror/AquaDX
[+] Prevent accidental touch of the Test button
This commit is contained in:
2
.github/workflows/aquamai.yaml
vendored
2
.github/workflows/aquamai.yaml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument"
|
||||
$Form = @{
|
||||
chat_id = "-1002231087502"
|
||||
caption = "${{ github.event.commits[0].message }} `n`n For ${{ matrix.target }}"
|
||||
caption = "${{ github.event.commits[0].message }} `n`nFor ${{ matrix.target }}"
|
||||
document = Get-Item AquaMai\Output\AquaMai.dll
|
||||
}
|
||||
Invoke-RestMethod -Uri $uri -Form $Form -Method Post
|
||||
|
||||
Reference in New Issue
Block a user