Skip to content

Commit

Permalink
Update xxc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Aug 30, 2024
1 parent 5a9dd58 commit 3b2adf0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/xxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
text = $message
parse_mode = 'HTML'
reply_markup = @{
inline_keyboard = @(@(
@{
text = "Ссылка на релиз"
url = $releaseUrl
}
))
inline_keyboard = @(
@(
@{
text = "Ссылка на релиз"
url = $releaseUrl
}
)
)
}
}
$bodyJson = $body | ConvertTo-Json -Compress
Expand All @@ -74,3 +76,4 @@ jobs:

0 comments on commit 3b2adf0

Please sign in to comment.