Skip to content

Commit

Permalink
Set parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwitk committed Nov 11, 2024
1 parent 652e4c1 commit 52aa92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
git fetch origin main
main_sha=$(git rev-parse origin/main)
echo "changed_files=$(git diff --diff-filter=d --no-commit-id --name-only -r $main_sha... | grep "\.sql$")" >> $GITHUB_OUTPUT
echo "changed_files=$(git diff --diff-filter=d --no-commit-id --name-only -r $main_sha... | grep "\.sql$")" >> "$GITHUB_OUTPUT"
- name: Lint dbt models
if: steps.get_changed_files.outputs.changed_files != ''
Expand Down

0 comments on commit 52aa92f

Please sign in to comment.