workflows
2 rows where on = "{"push": {"branches": ["main"]}, "pull_request": {"branches": ["main"]}}"
This data as json, CSV (advanced)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20985 | test-coverage.yml | Calculate test coverage | { "push": { "branches": [ "main" ] }, "pull_request": { "branches": [ "main" ] } } |
datasette 107914493 | { "contents": "read" } |
|
20994 | test-coverage.yml | Calculate test coverage | { "push": { "branches": [ "main" ] }, "pull_request": { "branches": [ "main" ] } } |
sqlite-utils 140912432 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [workflows] ( [id] INTEGER PRIMARY KEY, [filename] TEXT, [name] TEXT, [on] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [env] TEXT, [permissions] TEXT); CREATE INDEX [idx_workflows_repo] ON [workflows] ([repo]); CREATE UNIQUE INDEX [idx_workflows_repo_filename] ON [workflows] ([repo], [filename]);