myactionway/Lighthouse-Badger
Generates, adds & updates manually/automatically Lighthouse badges & reports from 1,2... URL(s) to 1,2... repo(s) in parallel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 20, 2023
- License
- MIT
Pinned Snippet
uses: myactionway/lighthouse-badger-action@0064f8e52023fe836d42f65e71231c54a93f7d0b # v2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | URL(s) to be checked | yes | — |
| badges_args | Badges arguments: -b, -l, -o, -r, -s | — | -b pagespeed -o lighthouse_results -r |
| audit_type | Audit type: mobile, desktop, both or both_p | — | both |
| mobile_lighthouse_params | Lighthouse parameters mobile audit | — | --throttling.cpuSlowdownMultiplier=2 |
| desktop_lighthouse_params | Lighthouse parameters desktop audit | — | --preset=desktop --throttling.cpuSlowdownMultiplier=1 |
| user_name | User who should commit | — | github-actions[bot] |
| user_email | User e-mail address | — | 41898282+github-actions[bot]@users.noreply.github.com |
| commit_message | Commit message | — | Lighthouse-Badger[bot]: Results Added |
| max_push_attempts | Maximum number of push attempts | — | 5 |
Outputs
no outputs