home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

8 rows where on = "["push"]"

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filename, name, on (array)

id ▼ filename name on repo env permissions
20959 test.yml Test
[
    "push"
]
dogsheep-beta 197431109    
20962 test.yml Test
[
    "push"
]
evernote-to-sqlite 303218369    
20966 test.yml Test
[
    "push"
]
github-to-sqlite 207052882    
20968 test.yml Test
[
    "push"
]
hacker-news-to-sqlite 248903544    
20970 test.yml Test
[
    "push"
]
healthkit-to-sqlite 197882382    
20974 test.yml Test
[
    "push"
]
swarm-to-sqlite 205429375    
20977 test.yml Test
[
    "push"
]
twitter-to-sqlite 206156866    
20981 prettier.yml Check JavaScript for conformance with Prettier
[
    "push"
]
datasette 107914493  
{
    "contents": "read"
}

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 127.14ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows