home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

230 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: seq, repo, uses, with, env, if

id ▼ seq job repo uses name with run env if
102598 1 test 20638 dogsheep-beta 197431109 actions/checkout@v2          
102599 2 test 20638 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102600 3 test 20638 dogsheep-beta 197431109 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102601 4 test 20638 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
102602 5 test 20638 dogsheep-beta 197431109   Run tests   pytest -v    
102603 1 deploy 20639 dogsheep-beta 197431109 actions/checkout@v2          
102604 2 deploy 20639 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python {"python-version": "3.8"}      
102605 3 deploy 20639 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"}      
102606 4 deploy 20639 dogsheep-beta 197431109   Install dependencies   pip install setuptools wheel twine    
102607 5 deploy 20639 dogsheep-beta 197431109   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
102608 1 test 20640 dogsheep-beta 197431109 actions/checkout@v2          
102609 2 test 20640 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102610 3 test 20640 dogsheep-beta 197431109 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102611 4 test 20640 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
102612 5 test 20640 dogsheep-beta 197431109   Run tests   pytest -v    
102613 1 build 20641 dogsheep-photos 256834907 actions/checkout@v2          
102614 2 build 20641 dogsheep-photos 256834907 actions/setup-python@v1 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102615 3 build 20641 dogsheep-photos 256834907 actions/cache@v1 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102616 4 build 20641 dogsheep-photos 256834907   Install dependencies   python -m pip install --upgrade pip pip install -e .[test]    
102617 5 build 20641 dogsheep-photos 256834907   Test with pytest   pytest    
102618 1 test 20642 evernote-to-sqlite 303218369 actions/checkout@v2          
102619 2 test 20642 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102620 3 test 20642 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"}      
102621 4 test 20642 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
102622 5 test 20642 evernote-to-sqlite 303218369   Run tests   pytest    
102623 1 deploy 20643 evernote-to-sqlite 303218369 actions/checkout@v2          
102624 2 deploy 20643 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
102625 3 deploy 20643 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"}      
102626 4 deploy 20643 evernote-to-sqlite 303218369   Install dependencies   pip install setuptools wheel twine    
102627 5 deploy 20643 evernote-to-sqlite 303218369   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
102628 1 test 20644 evernote-to-sqlite 303218369 actions/checkout@v2          
102629 2 test 20644 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102630 3 test 20644 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"}      
102631 4 test 20644 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
102632 5 test 20644 evernote-to-sqlite 303218369   Run tests   pytest    
102633 1 scheduled 20645 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
102634 2 scheduled 20645 github-to-sqlite 207052882 actions/setup-python@v1 Set up Python {"python-version": 3.8}      
102635 3 scheduled 20645 github-to-sqlite 207052882 actions/cache@v1 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102636 4 scheduled 20645 github-to-sqlite 207052882   Install Python dependencies   python -m pip install --upgrade pip pip install sqlite-utils>=3.1 sqlite-utils --version pip install -e . pip install datasette pip install bs4    
102637 5 scheduled 20645 github-to-sqlite 207052882   Create auth.json   echo "{\"github_personal_token\": \"$GITHUB_ACCESS_TOKEN\"}" > auth.json {"GITHUB_ACCESS_TOKEN": "${{ secrets.GH_TOKEN }}"}  
102638 6 scheduled 20645 github-to-sqlite 207052882   Fetch previous copy of database   # So we can keep track of when we first saw each dependent repo wget https://github-to-sqlite.dogsheep.net/github.db   !contains(github.event.head_commit.message, 'REFRESH_DB')
102639 7 scheduled 20645 github-to-sqlite 207052882   Fetch the repos   github-to-sqlite repos github.db dogsheep sqlite-utils tables --counts github.db    
102640 8 scheduled 20645 github-to-sqlite 207052882   Fetch releases, commits, issues, contributors   sqlite-utils github.db "select full_name from repos where owner = 53015001 union select 'simonw/datasette' as full_name union select 'simonw/sqlite-utils' as full_name" \ --csv --no-headers | while read repo; do github-to-sqlite releases \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite commits \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite tags \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite contributors \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite issues \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite pull-requests \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite issue-comments \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite stargazers \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite workflows \ github.db $(echo $repo | tr -d '\r'); sleep 10; done; # Scrape dependents github-to-sqlite scrape-dependents github.db simonw/datasette simonw/sqlite-utils -v sqlite-utils tables --counts github.db # Delete email addresses from raw_authors sqlite-utils github.db "update raw_authors set email = ''" # Fetch emojis github-to-sqlite emojis github.db --fetch # Rebuild FTS tables sqlite-utils rebuild-fts github.db # Populate _analyze_tables_ table sqlite-utils analyze-tables github.db --save    
102641 9 scheduled 20645 github-to-sqlite 207052882 actions/upload-artifact@v2   {"path": "github.db"}      
102642 10 scheduled 20645 github-to-sqlite 207052882 google-github-actions/setup-gcloud@v0 Set up Cloud Run {"version": "275.0.0", "service_account_email": "${{ secrets.GCP_SA_EMAIL }}", "service_account_key": "${{ secrets.GCP_SA_KEY }}"}      
102643 11 scheduled 20645 github-to-sqlite 207052882   Deploy to Cloud Run   gcloud config set run/region us-central1 gcloud config set project datasette-222320 datasette publish cloudrun github.db \ -m demo-metadata.json \ --service github-to-sqlite \ --branch=main \ --install=py-gfm \ --install=datasette-search-all>=0.3 \ --install=datasette-render-markdown>=1.1.2 \ --install=datasette-pretty-json \ --install=datasette-json-html \ --install=datasette-vega \ --install=datasette-render-images \ --install=datasette-graphql \ --install=datasette-atom    
102644 1 test 20646 github-to-sqlite 207052882 actions/checkout@v2          
102645 2 test 20646 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102646 3 test 20646 github-to-sqlite 207052882 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102647 4 test 20646 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
102648 5 test 20646 github-to-sqlite 207052882   Run tests   pytest    
102649 1 deploy 20647 github-to-sqlite 207052882 actions/checkout@v2          
102650 2 deploy 20647 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
102651 3 deploy 20647 github-to-sqlite 207052882 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"}      
102652 4 deploy 20647 github-to-sqlite 207052882   Install dependencies   pip install setuptools wheel twine    
102653 5 deploy 20647 github-to-sqlite 207052882   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
102654 1 build 20648 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
102655 2 build 20648 github-to-sqlite 207052882   Update TOC   npx markdown-toc README.md -i    
102656 3 build 20648 github-to-sqlite 207052882   Commit and push if README changed   git diff git config --global user.email "readme-bot@example.com" git config --global user.name "README-bot" git diff --quiet || (git add README.md && git commit -m "Updated README") git push    
102657 1 test 20649 github-to-sqlite 207052882 actions/checkout@v2          
102658 2 test 20649 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102659 3 test 20649 github-to-sqlite 207052882 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102660 4 test 20649 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
102661 5 test 20649 github-to-sqlite 207052882   Run tests   pytest    
102662 1 test 20650 hacker-news-to-sqlite 248903544 actions/checkout@v2          
102663 2 test 20650 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102664 3 test 20650 hacker-news-to-sqlite 248903544 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102665 4 test 20650 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
102666 5 test 20650 hacker-news-to-sqlite 248903544   Run tests   pytest    
102667 1 deploy 20651 hacker-news-to-sqlite 248903544 actions/checkout@v2          
102668 2 deploy 20651 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
102669 3 deploy 20651 hacker-news-to-sqlite 248903544 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"}      
102670 4 deploy 20651 hacker-news-to-sqlite 248903544   Install dependencies   pip install setuptools wheel twine    
102671 5 deploy 20651 hacker-news-to-sqlite 248903544   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
102672 1 test 20652 hacker-news-to-sqlite 248903544 actions/checkout@v2          
102673 2 test 20652 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102674 3 test 20652 hacker-news-to-sqlite 248903544 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102675 4 test 20652 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
102676 5 test 20652 hacker-news-to-sqlite 248903544   Run tests   pytest    
102677 1 test 20653 healthkit-to-sqlite 197882382 actions/checkout@v2          
102678 2 test 20653 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102679 3 test 20653 healthkit-to-sqlite 197882382 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102680 4 test 20653 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
102681 5 test 20653 healthkit-to-sqlite 197882382   Run tests   pytest    
102682 1 deploy 20654 healthkit-to-sqlite 197882382 actions/checkout@v2          
102683 2 deploy 20654 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
102684 3 deploy 20654 healthkit-to-sqlite 197882382 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n"}      
102685 4 deploy 20654 healthkit-to-sqlite 197882382   Install dependencies   pip install setuptools wheel twine    
102686 5 deploy 20654 healthkit-to-sqlite 197882382   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
102687 1 test 20655 healthkit-to-sqlite 197882382 actions/checkout@v2          
102688 2 test 20655 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102689 3 test 20655 healthkit-to-sqlite 197882382 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102690 4 test 20655 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
102691 5 test 20655 healthkit-to-sqlite 197882382   Run tests   pytest    
102692 1 test 20656 swarm-to-sqlite 205429375 actions/checkout@v2          
102693 2 test 20656 swarm-to-sqlite 205429375 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
102694 3 test 20656 swarm-to-sqlite 205429375 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
102695 4 test 20656 swarm-to-sqlite 205429375   Install dependencies   pip install -e '.[test]'    
102696 5 test 20656 swarm-to-sqlite 205429375   Run tests   pytest    
102697 1 deploy 20657 swarm-to-sqlite 205429375 actions/checkout@v2          

Next page

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