-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix workflows for forks #8275
Fix workflows for forks #8275
Conversation
|
Fwiw, I have a larger set of changes that would fix more of these -- but this small set is the first part that I trip on when using the repository... |
It fails to retrieve chromedrive and is disabled in firebase/firebase-js-sdk. It has not been run in the GitHub workflow log lookback period.
The pull request head ref name is local to its originating repository. For pull requests from forks, that ref is unlikely to exist. GitHub has special magic refs (refs/pull/<number>/<head|merge>) that can be used to reference the pull request from the destination repository's perspective. Note that the merge magic ref is not instance and is slightly quirky. Here, we're using the head ref which is less quirky.
Hi @jsoref, this is great, thanks for the PR! There are changes in here that we would certainly want to have (e.g. upgrading versions), but others would need some closer review by the team. To help us break down the review process, could you create seperate PRs for all of the distinct changes in this PR so that we can review them individually? |
Sure |
That's the full split. My week is over. See you next week. |
Discussion
#8274
Testing
✅ https://github.com/check-spelling-sandbox/firebase-js-sdk/actions/runs/9303577539