Skip to content

Commit

Permalink
fix wildcard expression
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Aug 19, 2024
1 parent 270206d commit 1298190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
CHANGED_FILES=$(git diff \
--name-only ${{ github.event.before }} ${{ github.sha }} \
-- queries | paste -sd "," -)
-- *.sql | paste -sd "," -)
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
echo "changed_files=$CHANGED_FILES" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1298190

Please sign in to comment.