Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Oct 3, 2023
1 parent c1972dd commit 65ea5dd
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 @@ -19,7 +19,7 @@ jobs:
# Check for changes in the specific folder
CHANGED_FILES=$(git diff $GITHUB_BASE_REF...$GITHUB_HEAD_REF | grep "^$SPECIFIC_FOLDER")
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF...$GITHUB_HEAD_REF | grep "^$SPECIFIC_FOLDER")
if [ -n "$CHANGED_FILES" ]; then
echo "Changes detected in the specified folder: $CHANGED_FILES"
Expand Down

0 comments on commit 65ea5dd

Please sign in to comment.