Skip to content

Commit

Permalink
fix: use repo group name as license owner
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 19, 2024
1 parent 1d5aad7 commit 6e445cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class Context extends LogLevelMixin(class _Context {}) {
this.properties.license.owner === undefined
) {
Object.assign(this.properties.license, {
owner: targetBranch.owner.name
owner: targetBranch.repository.owner.name
});
}

Expand Down

0 comments on commit 6e445cc

Please sign in to comment.