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 36bca40 commit e0a69fc
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 @@ -20,7 +20,7 @@ jobs:
# Check for changes in the specific folder
git fetch origin $GITHUB_BASE_REF
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF..$GITHUB_HEAD_REF)
CHANGED_FILES=$(git diff origin/$GITHUB_BASE_REF..origin/$GITHUB_HEAD_REF)
# Output Head and Base
echo "Head: $HEAD"
echo "Base: $GITHUB_BASE_REF"
Expand Down

0 comments on commit e0a69fc

Please sign in to comment.