home / github

Menu
  • Search all tables
  • GraphQL API

github

Custom SQL query returning 12 rows (hide)

Query parameters

This data as json, CSV

idseqjobrepousesnamewithrunenvif
138760 1 27848 213286752 actions/checkout@v3          
138761 2 27848 213286752 actions/setup-python@v4 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}",
    "cache": "pip",
    "cache-dependency-path": "pyproject.toml"
}
     
138762 3 27848 213286752   Install dependencies   pip install '.[test]'    
138763 4 27848 213286752   Run tests   pytest    
138764 1 27849 213286752 actions/checkout@v3          
138765 2 27849 213286752 actions/setup-python@v4 Set up Python
{
    "python-version": "3.11",
    "cache": "pip",
    "cache-dependency-path": "pyproject.toml"
}
     
138766 3 27849 213286752   Install dependencies   pip install setuptools wheel twine build    
138767 4 27849 213286752   Publish   python -m build twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
138768 1 27850 213286752 actions/checkout@v3          
138769 2 27850 213286752 actions/setup-python@v4 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}",
    "cache": "pip",
    "cache-dependency-path": "pyproject.toml"
}
     
138770 3 27850 213286752   Install dependencies   pip install '.[test]'    
138771 4 27850 213286752   Run tests   pytest    
Powered by Datasette · Queries took 1.287ms · About: github-to-sqlite