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 5050de9 commit f265c1a
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 @@ -27,7 +27,7 @@ jobs:
- name: Identify modified files
id: modified_files
run: |
git fetch origin main
git fetch origin {{ github.ref }}
MODIFIED_FILES=$(git diff --name-only origin/${{ github.ref }} | tr '\n' ',')
echo "::set-output name=files::$MODIFIED_FILES"
Expand Down

0 comments on commit f265c1a

Please sign in to comment.