mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-04-25 17:20:38 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89f1ab0b85 | |||
| 75c8f58544 | |||
| 62e030436a | |||
| a83b2169f7 | |||
| 05d5f8291c |
@@ -5,9 +5,9 @@ name: .NET
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
Console.Error.WriteLine("debug: START \\/ \nDon't worry, this message is not bad as you think");
|
Console.Error.WriteLine("debug: START \\/ \nDon't worry, this message is not bad as you think");
|
||||||
Console.Error.WriteLine("error: DiscordAuthorize is not worked");
|
Console.Error.WriteLine("error: DiscordAuthorize is not worked");
|
||||||
Console.Error.WriteLine($"debug: Body from discord: {body}\ndebug: Sended data to discord: {message.Content.ReadAsStringAsync().Result}");
|
Console.Error.WriteLine($"debug: Body from discord: {body}\ndebug: Sended data to discord: {message.Content.ReadAsStringAsync().Result}");
|
||||||
Console.Error.WriteLine($"info: Check environment data: \nClientId={Startup.clientId}\nClientSecret={Startup.clientSecret}\nRedirectUrl={Startup.redirectUrl}\nOwnerId={Startup.ownerId} ");
|
Console.Error.WriteLine($"info: Check environment data: \nClientId={Startup.clientId}\nClientSecret={Startup.clientSecret}\nRedirectUrl={Startup.redirectUrl}\nOwnerId={String.Join(",", Startup.ownerId)} ");
|
||||||
Console.Error.WriteLine("info: If any data is null and you set data in environment or appsettings.json, please create issue with this debug messages ");
|
Console.Error.WriteLine("info: If any data is null and you set data in environment or appsettings.json, please create issue with this debug messages ");
|
||||||
Console.Error.WriteLine("debug: END /\\");
|
Console.Error.WriteLine("debug: END /\\");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Hello, there!
|
# Hello, there!
|
||||||
[](https://yawaflua.ru)
|
[](https://yawaflua.ru)
|
||||||
[](https://github.com/yawaflua/yaflay.ru/actions/workflows/docker-image.yml)
|
[](https://github.com/yawaflua/yaflay.ru/actions/workflows/docker-image.yml)
|
||||||
|

|
||||||
|
|
||||||
This is my custom site, with url: [yawaflua.ru](https://yawaflua.ru/)
|
This is my custom site, with url: [yawaflua.ru](https://yawaflua.ru/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user