Skip to content

Conversation

@SamErde
Copy link
Contributor

@SamErde SamErde commented Oct 20, 2025

Description

Minor fix for the $Path variable to use the path string attribute instead of the full path object.

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your main branch!
  • Make sure you are making a pull request against the main branch (left side). Also you should start your branch off maester-action/main.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Enable the checkbox to allow maintainer edits so the branch can be updated for a merge.
  • If changing anything in the action, make sure it still works and is backward compatible.

Review

We will try to review your pull request as soon as possible.

💖 Thank you!

Copilot AI review requested due to automatic review settings October 20, 2025 14:13
Copy link

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

This PR fixes the $Path variable assignment to properly use the string path value instead of the full location object by accessing the .Path property of Get-Location.

Key Changes:

  • Updated two Get-Location calls to use .Path property for proper string assignment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@SamErde SamErde merged commit 78ab41a into main Oct 20, 2025
3 checks passed
@SamErde SamErde deleted the fix-PathLocationProperty branch October 20, 2025 14:20
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.

2 participants