workflows
1 row where on = "{"workflow_dispatch": {"inputs": {"branch": {"description": "Branch to deploy", "required": true, "type": "string"}}}}" and on contains "workflow_dispatch" sorted by id
This data as json, CSV (advanced)
id ▼ | filename | name | on | repo | env | permissions |
---|---|---|---|---|---|---|
20978 | deploy-branch-preview.yml | Deploy a Datasette branch preview to Vercel | { "workflow_dispatch": { "inputs": { "branch": { "description": "Branch to deploy", "required": true, "type": "string" } } } } |
datasette 107914493 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [workflows] ( [id] INTEGER PRIMARY KEY, [filename] TEXT, [name] TEXT, [on] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [env] TEXT, [permissions] TEXT); CREATE INDEX [idx_workflows_repo] ON [workflows] ([repo]); CREATE UNIQUE INDEX [idx_workflows_repo_filename] ON [workflows] ([repo], [filename]);