AssoEchap / stalkerware-indicators

Indicators of stalkerware apps
258 stars 42 forks source link

Improve management of generated files #88

Closed Te-k closed 2 years ago

Te-k commented 2 years ago

Having an action pushing updated generated files creates problems with forks and PR, how can we improve that?

Maybe a git pre-commit hook + a daily option?

kpcyrd commented 2 years ago

You could use something like if: github.repository == 'AssoEchap/stalkerware-indicators' to prevent the workflow from running in forks. :)

Te-k commented 2 years ago

Thanks @U039b