home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

4 rows where job = 27478

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ seq job repo uses name with run env if
136925 1 deploy 27478 pocket-to-sqlite 213286752 actions/checkout@v3          
136926 2 deploy 27478 pocket-to-sqlite 213286752 actions/setup-python@v4 Set up Python {"python-version": "3.11", "cache": "pip", "cache-dependency-path": "pyproject.toml"}      
136927 3 deploy 27478 pocket-to-sqlite 213286752   Install dependencies   pip install setuptools wheel twine build    
136928 4 deploy 27478 pocket-to-sqlite 213286752   Publish   python -m build twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  

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 13.091ms · About: simonw/datasette-graphql