Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Oct 3, 2023
1 parent fd0bfa3 commit 36c3d61
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 --name-only {{ github.base_ref }} ${{ github.head_ref }}| grep "^$SPECIFIC_FOLDER")
CHANGED_FILES=$(git diff --name-only $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 36c3d61

Please sign in to comment.