Skip to content

Commit

Permalink
Improve output of GitHub packages (#4933)
Browse files Browse the repository at this point in the history
Show values that matter instead of IDs

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 authored Dec 3, 2024
1 parent 82eb3d6 commit 3511aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/github/resources/github.lr
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private github.collaborator @defaults("user") {
}

// GitHub package
private github.package @defaults("id name") {
private github.package @defaults("name packageType visibility repository.fullName") {
// Package ID
id int
// Package name
Expand Down Expand Up @@ -235,7 +235,7 @@ github.packages {
private() []github.package
// Internal packages
internal() []github.package
}
}

// GitHub repository
private github.repository @defaults("fullName") {
Expand Down

0 comments on commit 3511aa5

Please sign in to comment.