Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Oct 4, 2023
1 parent 1e954ca commit 947886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Loop through each file in the list then do git diff
$difCount = 0 # Diff Counter
git checkout origin $GITHUB_BASE_REF
$gitDiff = git diff origin/$env:GITHUB_BASE_REF...HEAD
$gitDiff = git diff origin/$env:GITHUB_BASE_REF..HEAD
foreach ($path in $list) {
# Check if the path exists in the Git diff
if ($gitDiff -match [regex]::Escape($path)) {
Expand Down

0 comments on commit 947886b

Please sign in to comment.