Skip to content

Commit

Permalink
fix: add repo name filter in params
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Dec 20, 2024
1 parent 20bd231 commit 552ce8d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions steampipe-plugin-github/github/table_github_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func sharedRepositoryColumns() []*plugin.Column {
Name: "id",
Type: proto.ColumnType_INT,
Description: "The numeric ID of the repository.",
<<<<<<< HEAD
Transform: transform.FromField("Description.GitHubRepoID"),
},
{
Expand All @@ -37,13 +36,6 @@ func sharedRepositoryColumns() []*plugin.Column {
{
Name: "name",
Type: proto.ColumnType_STRING,
=======
Transform: transform.FromField("Description.ID")},
{Name: "node_id", Type: proto.ColumnType_STRING,
Description: "The node ID of the repository.",
Transform: transform.FromField("Description.NodeID")},
{Name: "name", Type: proto.ColumnType_STRING,
>>>>>>> ffc94e0 (fix: add repo name filter in params)
Description: "The name of the repository.",
Transform: transform.FromField("Description.Name"),
},
Expand Down

0 comments on commit 552ce8d

Please sign in to comment.