home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

5 rows where job = 27831

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ seq job repo uses name with run env if
138671 1 deploy 27831 dogsheep-beta 197431109 actions/checkout@v2          
138672 2 deploy 27831 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python {"python-version": "3.8"}      
138673 3 deploy 27831 dogsheep-beta 197431109 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"}      
138674 4 deploy 27831 dogsheep-beta 197431109   Install dependencies   pip install setuptools wheel twine    
138675 5 deploy 27831 dogsheep-beta 197431109   Publish   python setup.py sdist bdist_wheel 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 43.601ms · About: simonw/datasette-graphql