-
-
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
fix: if condition in composite action misbehaves with uses #2473
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
@ChristopherHX this pull request has failed checks 🛠 |
95d5fb9
to
aeedbea
Compare
@ChristopherHX this pull request has failed checks 🛠 |
1 similar comment
@ChristopherHX this pull request has failed checks 🛠 |
aeedbea
to
0fa4ae9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2473 +/- ##
===========================================
+ Coverage 61.56% 76.72% +15.16%
===========================================
Files 53 62 +9
Lines 9002 8195 -807
===========================================
+ Hits 5542 6288 +746
+ Misses 3020 1343 -1677
- Partials 440 564 +124 ☔ View full report in Codecov by Sentry. |
After Trial and Error I hope there are no new regressions, added a test for the defect that is fixed here. Workarounds for correct execution get's complicated, maybe a rewrite is needed. |
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.
@ChristopherHX Thanks for submitting this! I can confirm this PR has fixed the problem I mentioned here. I have not noticed any regressions.
Not sure if I should give explicit approval here since I'm not a maintainer, but this seems fine to me.
Thank you for verifying my PR, not always are my changes working correctly and external testing feedback helps a lot I hope this will help members of act to decide about this change. |
Fixes #2426
tbt