Skip to content

Commit 8e98a32

Browse files
authored
Change return type of GetJobs method
1 parent 97b7a1e commit 8e98a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/NukePlusPlus/OurGitHubActionsAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public OurGitHubActionsAttribute(string name, params object[] vals) : base(name,
3636

3737

3838
public OurGithubActionsJobWithMatrix job;
39-
protected override IReadOnlyDictionary<string, GitHubActionsJob> GetJobs(GitHubActionsImage image, IReadOnlyCollection<ExecutableTarget> relevantTargets) {
39+
protected override GitHubActionsJob GetJobs(GitHubActionsImage image, IReadOnlyCollection<ExecutableTarget> relevantTargets) {
4040
var baseRes = base.GetJobs(image, relevantTargets);//just need to get its steps
4141
var ourRet = job;
4242
ourRet.Name = image.GetValue().Replace(".", "_");

0 commit comments

Comments
 (0)