EqualStreetNames / equalstreetnames

Map visualizing the streetnames by gender : 62 cities in 21 countries
https://equalstreetnames.org/
MIT License
71 stars 14 forks source link

Problem with workflow runs with template #753

Open BerenikeRe opened 1 month ago

BerenikeRe commented 1 month ago

Hey! I used the "use this template" button to get the EqualStreetNames template and added the information of two cities. With both cities I have a workflow run problem: Link to activities in repo of Mannheim: https://github.com/BerenikeRe/equalstreetnames-mannheim/actions Link to activities in repo of Marburg: https://github.com/BerenikeRe/equalstreetnames-marburg-lahn/actions

The annotation of the error is:

Invalid workflow file: .github/workflows/update-data.yml#L1
`schedule` list items require the `cron` key to be set

Did I you something wrong? I didn't change the / .github/workflows/update-data.yml file.

Thank you!

jbelien commented 3 weeks ago

Hello @BerenikeRe, as the error descrides, you must set a value to on.schedule.cron.

See more information here: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onschedule

BerenikeRe commented 3 weeks ago

Hey! Thank you, that worked. I added the update rhythm which is descriped in the other cities ("30 15 2 "). Along the way I noticed that the update data workflow for other cities didn't work for 8 months (e.g. Mainz) or 1 month (Kaiserslautern, Frankfurt am Main; "Bad credentials."). Can I do something here? Best wishes

Edit: I just noticed that in both the workflow isn't working and throws an error in line 21.

jbelien commented 3 weeks ago

I'll try to have a look as soon as I have a bit of free time. 👍

If you want, you can already transfer those 2 repositories to EqualStreetNames organization so I can include them in the rest (no obligation though).

BerenikeRe commented 3 weeks ago

Thank you! Should I transfer these repos even if I didn't finish the data collecting yet?

jbelien commented 3 weeks ago

Should I transfer these repos even if I didn't finish the data collecting yet?

Sure, no worries, it will update the data once a month (or manually) at the same time that you collect the data. 👍