diff --git a/steampipe-plugin-github/github/table_github_workflow.go b/steampipe-plugin-github/github/table_github_workflow.go index 8a4a5798..1095e90e 100644 --- a/steampipe-plugin-github/github/table_github_workflow.go +++ b/steampipe-plugin-github/github/table_github_workflow.go @@ -56,7 +56,7 @@ func tableGitHubWorkflow() *plugin.Table { Transform: transform.FromField("Description.UpdatedAt").NullIfZero().Transform(convertTimestamp), Description: "Time when the workflow was updated."}, {Name: "url", Type: proto.ColumnType_STRING, - Transform: transform.FromField("Description.State"), + Transform: transform.FromField("Description.URL"), Description: "URL of the workflow."}, {Name: "workflow_file_content", Type: proto.ColumnType_STRING, Transform: transform.FromField("Description.WorkFlowFileContent"),