iScsc / iscsc.fr

The iScsc website, build with passion by wannabe devs 🔥
GNU General Public License v3.0
4 stars 12 forks source link

Fix CI issue: action fetches wrong repo #90

Closed atxr closed 1 year ago

atxr commented 1 year ago

This PR will solve the CI issue by adding the right repo to checkout. Currently, when opening a PR from a fork, the prettier action fails to checkout the branch because it looks for it in iscsc/iscsc.fr instead of the forked repo.

I tested the fix with my fork.

amtoine commented 1 year ago

actually, https://github.com/iScsc/iscsc.fr/pull/91 solves the issue i think