Skip to content

fix: use string comparison in if conditions#37

Merged
IlyaKhD merged 1 commit intoDevExpress:mainfrom
alexslavr:lavrov/boolean-inputs
Apr 16, 2026
Merged

fix: use string comparison in if conditions#37
IlyaKhD merged 1 commit intoDevExpress:mainfrom
alexslavr:lavrov/boolean-inputs

Conversation

@alexslavr
Copy link
Copy Markdown
Contributor

@alexslavr alexslavr commented Apr 16, 2026

Inputs passed as a strings, so the only correct way to use them is a string comparison

@alexslavr alexslavr requested a review from IlyaKhD April 16, 2026 13:19
@alexslavr alexslavr self-assigned this Apr 16, 2026
Copilot AI review requested due to automatic review settings April 16, 2026 13:19
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates conditional logic in the install-internal-package composite GitHub Action to correctly handle string-typed inputs in if: expressions.

Changes:

  • Change if: checks for install-dist from truthy evaluation to explicit string comparison (== 'true') for the download and validation steps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread install-internal-package/action.yml
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@IlyaKhD IlyaKhD merged commit 22a96de into DevExpress:main Apr 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants