Skip to content

Update push-hostinger.yml #26

Update push-hostinger.yml

Update push-hostinger.yml #26

Triggered via push February 19, 2024 02:45
Status Success
Total duration 3m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, SamKirkland/FTP-Deploy-Action@v4.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Unexpected input(s) 'passive', valid inputs are ['server', 'username', 'password', 'port', 'protocol', 'local-dir', 'server-dir', 'state-name', 'dry-run', 'dangerous-clean-slate', 'exclude', 'log-level', 'security', 'timeout']
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L39
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/User/User.cs#L41
Non-nullable property 'SecondName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L13
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L15
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Blog/Blog.cs#L19
Non-nullable property 'Changes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Dictionary/Dictionary.cs#L7
Non-nullable property 'Words' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Dictionary/Dictionary.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Dictionary/Dictionary.cs#L14
Non-nullable property 'Meanings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Monambike.Web/Models/WebAPIProject/Dictionary/Dictionary.cs#L19
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.