Skip to content

Commit

Permalink
Merge pull request #30 from LivintLucian/S01_TS_PullRequestAutomation
Browse files Browse the repository at this point in the history
S01 ts pull request automation
  • Loading branch information
LivintLucian authored Jun 20, 2022
2 parents ac828de + bdbaf83 commit 29d74c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PR Scenario: Test branch;
Action Scenario: Master branch;
TestPR2
TestPrAutomation
TestPrAutomation
TestPrAutomation2
TestAutomaticCommitMessage
2 changes: 1 addition & 1 deletion Task 3- Web Api/Classes/Client/Models/JobApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class JobApplication
[Required(ErrorMessage = "Please select a job title.")]
public int EmployeeRequirementsId { get; set; }

[Display(Name = "Job title")]
[Display(Name = "Job titlee")]
public virtual EmployeeRequirements EmployeeRequirements { get; set; }
}
}

0 comments on commit 29d74c5

Please sign in to comment.