brainhackorg / global2021

Website for Brainhack global 2021
https://brainhack.org/global2021/
MIT License
3 stars 11 forks source link

Extra fails on the "Generate project pages from project issues" action #96

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

https://github.com/brainhackorg/global2021/actions/runs/1471382714

This was triggered by a non project related issue and it comes with this failure.

Not a big problem but failed workflows increase by blood pressure. :-)

pinging @jhlegarreta

Run url="${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/issues?per_page=100"
Project issues URL: 
https://api.github.com/repos/brainhackorg/global2021/issues?per_page=100
Project pages destination directory: 
content/project
Traceback (most recent call last):
  File "scripts/transform_issues_to_pages.py", line 16, in <module>
    from scripts.issues_to_pages import (
ModuleNotFoundError: No module named 'scripts'