focus-gts/EDS Ops Check
Scan an Adobe EDS site and report health grade, issues, and anomalies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | GitHub org/user that owns the EDS repo | yes | — |
| repo | GitHub repo name | yes | — |
| ref | Git branch to scan | no | main |
| domain | Site domain for CWV and 404 data | no | — |
| api-key | EDS Admin API key | no | — |
| domain-key | RUM domain key | no | — |
| deep | Enable deep content and block analysis | no | false |
| fail-on-critical | Fail the action if critical issues are found | no | true |
| fail-below-grade | Fail if grade drops below this threshold (A, B, C, D) | no | "" |
| comment-on-pr | Post results as a PR comment | no | true |
Outputs
| name | description |
|---|---|
| grade | Letter grade (A+ through F) |
| score | Numeric score (0-100) |
| total-issues | Total issue count |
| critical-issues | Critical issue count |
| report-json | Full report as JSON string |