home / github

Menu
  • Search all tables
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

3 rows where repo = 213286752 and seq = 3

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: run

id ▼ seq job repo uses name with run env if
138762 3 test 27848 pocket-to-sqlite 213286752   Install dependencies   pip install '.[test]'    
138766 3 deploy 27849 pocket-to-sqlite 213286752   Install dependencies   pip install setuptools wheel twine build    
138770 3 test 27850 pocket-to-sqlite 213286752   Install dependencies   pip install '.[test]'    

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 54.162ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows