Skip to content

Commit

Permalink
Update table_github_package_version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI authored Nov 28, 2024
1 parent aca0cb5 commit 782d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/table_github_package_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func tableGitHubPackageVersion() *plugin.Table {
Hydrate: tableGitHubPackageVersionGet,
},
Columns: commonColumns([]*plugin.Column{
{Name: "package_name", Type: proto.ColumnType_STRING, Description: "Name of the package version."},
{Name: "package_name", Type: proto.ColumnType_STRING, Description: "Name of the package."},
{Name: "id", Type: proto.ColumnType_INT, Description: "Unique ID of the package version.", Transform: transform.FromField("PackageVersion.ID")},
{Name: "digest", Type: proto.ColumnType_STRING, Description: "The digest (shasum) of the package version.", Transform: transform.FromField("PackageVersion.Name")},
{Name: "html_url", Type: proto.ColumnType_STRING, Description: "HTML URL of the package version.", Transform: transform.FromField("PackageVersion.HTMLURL")},
Expand Down

0 comments on commit 782d389

Please sign in to comment.