Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PSL target branch acquisition (#6209)
It turns out that `github.event.repository.default_branch` doesn't exist when the action is triggered by cron (though it does exist when the action is triggered manually, which I would expect to be nearly identical...). So instead add a step to acquire the default branch name from the API and use that as the target branch instead.
- Loading branch information