Skip to content

Commit

Permalink
change to get proper diff
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Feb 19, 2024
1 parent 0785f9e commit 12ba056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Identify and Copy Changed .json and .xml Files
run: |
mkdir -p temp_folder # Create a temp folder
git diff --name-only main | grep -E '\.(json|xml)$' | xargs -I {} cp {} temp_folder/
git diff --name-only origin/main | grep -E '\.(json|xml)$' | xargs -I {} cp {} temp_folder/
ls -l './temp_folder'
# Install .NET runtime
Expand Down

0 comments on commit 12ba056

Please sign in to comment.