Skip to content

Commit

Permalink
sonarqube upd
Browse files Browse the repository at this point in the history
  • Loading branch information
rostilos committed May 27, 2024
1 parent 660491b commit 5050de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: modified_files
run: |
git fetch origin main
MODIFIED_FILES=$(git diff --name-only origin/main | tr '\n' ',')
MODIFIED_FILES=$(git diff --name-only origin/${{ github.ref }} | tr '\n' ',')
echo "::set-output name=files::$MODIFIED_FILES"
- name: Run SonarQube analysis
Expand Down

0 comments on commit 5050de9

Please sign in to comment.