mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-01-04 15:50:01 +01:00
Fix some yml
This commit is contained in:
parent
1a00ae5a77
commit
aa75b20820
7
.github/dev.yml
vendored
7
.github/dev.yml
vendored
|
|
@ -54,11 +54,6 @@ stages:
|
|||
{
|
||||
"status": "success",
|
||||
"complete": true,
|
||||
"message": "{
|
||||
\"commitId\": \"$(Build.SourceVersion)\",
|
||||
\"buildNumber\": \"$(Build.BuildNumber)\",
|
||||
\"teamProjectName\": \"$(System.TeamProject)\",
|
||||
\"commitMessage\": \"$(Release_Notes)\"
|
||||
}"
|
||||
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\", \"commitMessage\": \"$(Release_Notes)\" }"
|
||||
}
|
||||
waitForCompletion: 'false'
|
||||
|
|
|
|||
5
.github/release.yml
vendored
5
.github/release.yml
vendored
|
|
@ -62,10 +62,7 @@ stages:
|
|||
{
|
||||
"status": "success",
|
||||
"complete": true,
|
||||
"message": "{
|
||||
\"commitId\": \"$(Build.SourceVersion)\",
|
||||
\"buildNumber\": \"$(Build.BuildNumber)\",
|
||||
\"teamProjectName\": \"$(System.TeamProject)\"
|
||||
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"
|
||||
}"
|
||||
}
|
||||
waitForCompletion: 'false'
|
||||
|
|
|
|||
13
.github/workflows/telegram-api.yml
vendored
13
.github/workflows/telegram-api.yml
vendored
|
|
@ -16,8 +16,13 @@ jobs:
|
|||
with:
|
||||
support-label: 'telegram api'
|
||||
issue-comment: >
|
||||
Please note that **Github Issues** should be used only for problems with the library code itself.
|
||||
|
||||
For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started)
|
||||
or [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit.
|
||||
Please note that **Github issues** should be used only for problems with the library code itself.
|
||||
|
||||
|
||||
For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started) and the [full list of methods](https://core.telegram.org/methods).
|
||||
|
||||
WTelegramClient covers 100% of the API and let you do anything you can do in an official client.
|
||||
|
||||
|
||||
If the above links didn't answer your problem, [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit.
|
||||
close-issue: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue