home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

15 rows where repo = 303218369 sorted by id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: seq, job, uses, name, with, run

id ▼ seq job repo uses name with run env if
110208 1 test 22127 evernote-to-sqlite 303218369 actions/checkout@v2          
110209 2 test 22127 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
110210 3 test 22127 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"}      
110211 4 test 22127 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
110212 5 test 22127 evernote-to-sqlite 303218369   Run tests   pytest    
110213 1 deploy 22128 evernote-to-sqlite 303218369 actions/checkout@v2          
110214 2 deploy 22128 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
110215 3 deploy 22128 evernote-to-sqlite 303218369 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"}      
110216 4 deploy 22128 evernote-to-sqlite 303218369   Install dependencies   pip install setuptools wheel twine    
110217 5 deploy 22128 evernote-to-sqlite 303218369   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
110218 1 test 22129 evernote-to-sqlite 303218369 actions/checkout@v2          
110219 2 test 22129 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
110220 3 test 22129 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"}      
110221 4 test 22129 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
110222 5 test 22129 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 18.855ms · About: simonw/datasette-graphql