home / github

Menu
  • Search all tables
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

5 rows where job = 27834

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ seq job repo uses name with run env if
138686 1 test 27834 evernote-to-sqlite 303218369 actions/checkout@v2          
138687 2 test 27834 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
138688 3 test 27834 evernote-to-sqlite 303218369 actions/cache@v2 Configure pip caching
{
    "path": "~/.cache/pip",
    "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}",
    "restore-keys": "${{ runner.os }}-pip-\n"
}
     
138689 4 test 27834 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
138690 5 test 27834 evernote-to-sqlite 303218369   Run tests   pytest    

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