We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b7a1e commit 8e98a32Copy full SHA for 8e98a32
1 file changed
build/NukePlusPlus/OurGitHubActionsAttribute.cs
@@ -36,7 +36,7 @@ public OurGitHubActionsAttribute(string name, params object[] vals) : base(name,
36
37
38
public OurGithubActionsJobWithMatrix job;
39
- protected override IReadOnlyDictionary<string, GitHubActionsJob> GetJobs(GitHubActionsImage image, IReadOnlyCollection<ExecutableTarget> relevantTargets) {
+ protected override GitHubActionsJob GetJobs(GitHubActionsImage image, IReadOnlyCollection<ExecutableTarget> relevantTargets) {
40
var baseRes = base.GetJobs(image, relevantTargets);//just need to get its steps
41
var ourRet = job;
42
ourRet.Name = image.GetValue().Replace(".", "_");
0 commit comments