Skip to content

Commit

Permalink
KX-11806 - Change commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ authored and RobertZ committed Mar 15, 2024
1 parent f8e369d commit e5f2115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Get changed files in PR
if: github.event_name == 'pull_request'
run: |
git fetch origin ${{ github.base_ref }}:${{ github.base_ref }} --depth=0
$CHANGED_FILES = (git diff --name-only origin/${{ github.base_ref }} ${{ github.head_ref }}) -replace '\n',' '
$CHANGED_FILES = (git diff --name-only origin/${{ github.base_ref }} ${{ github.sha }}) -replace '\n',' '
echo "CHANGED_FILES=$CHANGED_FILES" | Out-File -Append -FilePath $Env:GITHUB_ENV
- name: Run dotnet format
Expand Down

0 comments on commit e5f2115

Please sign in to comment.