Skip to content

Commit

Permalink
Update sort.yml
Browse files Browse the repository at this point in the history
Signed-off-by: spirillen <44526987+spirillen@users.noreply.github.com>
  • Loading branch information
spirillen authored Jan 19, 2025
1 parent 120803b commit d9ac1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check for changes in source folder
id: changed_files
run: |
changed_files=$(git diff --name-only HEAD^ HEAD | grep -E '^source/')
changed_files=$(git diff --name-only HEAD HEAD~1 | grep -E '^source/')
echo "::set-output name=changed_files::$changed_files"
- name: Sort CSV files
if: ${{ steps.changed_files.outputs.changed_files }}
Expand Down

0 comments on commit d9ac1d0

Please sign in to comment.