espanso / hub

The official Espanso's package repository
MIT License
55 stars 141 forks source link

CI sometimes doesn't work locally with `act` runner #110

Closed AucaCoyan closed 3 weeks ago

AucaCoyan commented 7 months ago

To check the current PRs, I use act, but checking pr 91 this happened

image

The issue I had is that python can't create a file because is already generated :thinking: . Maybe the script doesn't delete the file if it exists, or it doesn't overwrite the file in any case, or it's a permission issue.

This is a main blocker to check the dated PRs, so we need to fix this soon to continue

AucaCoyan commented 3 weeks ago

this was fixed in #135