-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci: Fix CI for forks #16776
ci: Fix CI for forks #16776
Conversation
Love this and very helpful, thank you! |
d775499
to
dc1e85f
Compare
inputs: | ||
python-version: | ||
required: true | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Action inputs don't actually have a type
parameter (they're all strings for GitHub)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're so good at this tricky CI fangling 💖
I guess the real test is in a fork once this is in...
This is a fork @pauldambra ;) Otherwise I'd have no idea if this makes sense |
OH MY GOD 🥇 |
@nategrift once this is in, can you merge master into your PRs so we can merge? :) |
Problem
A few CI checks are failing on PRs from forks (e.g. see #16542).
Changes
Fixing this.