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 f50e3bf commit 89f2737
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/call_fts3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
- name: Get changed files with git diff
id: git-diff
run: |
cd ./fts3-databases
git_diff_output=$(git diff --name-only -r 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"
- name: Send changed files to fts3-connector
if: steps.git-diff.outputs.files != ''
run: |
cd ./fts3-databases
git_diff_output="${{ steps.git-diff.outputs.files}}"
for file in $git_diff_output; do
Expand Down

0 comments on commit 89f2737

Please sign in to comment.