Skip to content

Conversation

@IvanZosimov
Copy link
Contributor

Description:
In the scope of this PR, we fix the bug related to the wrong interpretation of the glob patterns. Glob patterns that aren't wrapped by the quotes are opened and transformed into concrete paths by the shell used in the OS (e.g., PowerShell, bash. zsh, and so on). The behavior of this transformation is different for different shells, which can cause different behaviors of the tools. By wrapping glob patterns in double quotes, we prevent shell from opening and transforming them and instruct tool to do it instead.

Related issue:
https://github.com/actions/runner-images-internal/issues/4899

@IvanZosimov IvanZosimov requested a review from a team as a code owner March 28, 2023 11:57
@IvanZosimov IvanZosimov merged commit 3091b37 into actions:main Apr 3, 2023
tdfacer pushed a commit to ifit/setup-python that referenced this pull request Oct 7, 2025
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.

4 participants