Skip to content

Commit

Permalink
Update call_fts3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 21, 2023
1 parent 5e39d84 commit 60f1d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call_fts3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Get changed files with git diff
id: git-diff
run: |
cd fts3-databases
git_diff_output=$(git diff --name-only origin/${{ github.base_ref || github.event.inputs.base }} origin/${{ github.head_ref || github.event.inputs.head }} | grep databases/)
echo "files=$git_diff_output" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 60f1d11

Please sign in to comment.