home / github

Menu
  • Search all tables
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

2 rows where job = 26772

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ seq job repo uses name with run env if
133396 1 mirror 26772 datasette 107914493 zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94 Mirror to "master"
{
    "target-branch": "master",
    "force": false
}
     
133397 2 mirror 26772 datasette 107914493 zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94 Mirror to "main"
{
    "target-branch": "main",
    "force": false
}
     

Advanced export

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

CSV options:

CREATE TABLE [steps] (
   [id] INTEGER PRIMARY KEY,
   [seq] INTEGER,
   [job] INTEGER REFERENCES [jobs]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [uses] TEXT,
   [name] TEXT,
   [with] TEXT,
   [run] TEXT
, [env] TEXT, [if] TEXT);
CREATE INDEX [idx_steps_repo]
    ON [steps] ([repo]);
CREATE INDEX [idx_steps_job]
    ON [steps] ([job]);
Powered by Datasette · Queries took 29.883ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows