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 27b6f83 commit 2c2f140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
# Check for changes in the specific folder
git fetch origin $GITHUB_BASE_REF
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF..HEAD)
# Output Head and Base
echo "Head: $GITHUB_HEAD_REF"
echo "Base: $GITHUB_BASE_REF"
if [ -n "$CHANGED_FILES" ]; then
Expand Down

0 comments on commit 2c2f140

Please sign in to comment.