works-select/Works AI Action
GitHub Action for Works - Automated work tracking in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server-url | Works server URL | no | https://api.works.select |
| api-key | Works API key | no | — |
| work-id | Work ID to update (if not auto-detected from commit/PR) | no | — |
| action | Action to perform: sync, complete, progress, init | yes | sync |
| progress | Progress percentage (for progress action) | no | — |
| summary | Completion summary (for complete action) | no | — |
| files | Comma-separated list of modified files | no | — |
Outputs
| name | description |
|---|---|
| work-id | The work ID that was updated |
| status | The new status of the work |
| agents-md | Generated AGENTS.md content |