-
- Downloads
Fix cargo audit workflow
The env context is only available at the step level, not the job one so we need to use the github context instead. But the head_ref will only be populated if we run in a pull_request event. So until we find a better solution, let's match on the repo URL.
Please register or sign in to comment