You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`run` was checking `if: github.repository_owner == 'bombshell-dev'`
which is good for cron jobs and expensive workflows, but makes
contributing from a fork impossible. This should fix the issue!
0 commit comments