Webperf-se / webperf_core

webperf-core is an open-source testing suite tailored to help you improve your digital presence in areas like web performance, security and accessibility to email best practice using many small improvements.
https://webperf.se/articles/webperf-core/
MIT License
19 stars 31 forks source link

Make it easier to use GitHub Actions for your own website #357

Closed 7h3Rabbit closed 7 months ago

7h3Rabbit commented 7 months ago

I was looking at all the forks from this repo and saw that the majority only forked this repo to use the GitHub Actions for their own website. To do this today you need to open every GitHub Action and be brave enough to replace https://webperf.se/ in all of them.

We should make it easier to change url used in GitHub Actions.

I suggest we change GitHub Actions to use the sites.json file as input instead and change that file to only include https://webperf.se/

7h3Rabbit commented 7 months ago

Solved and closed