Skip to content

Commit

Permalink
fix: change workflow table mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Dec 9, 2024
1 parent 59b7e23 commit 2887dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2887dd7

Please sign in to comment.