home / github

Menu
  • Search all tables
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

1 row where on = "{"push": {"branches": ["master", "main"]}}" and repo = 107914493

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ filename name on repo env permissions
20160 mirror-master-and-main.yml Mirror "master" and "main" branches
{
    "push": {
        "branches": [
            "master",
            "main"
        ]
    }
}
datasette 107914493    

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 32.636ms · About: github-to-sqlite