diff --git a/.github/workflows/call_fts3.yml b/.github/workflows/call_fts3.yml index 2533710..1432045 100644 --- a/.github/workflows/call_fts3.yml +++ b/.github/workflows/call_fts3.yml @@ -42,7 +42,7 @@ jobs: - name: Base SHA id: create-matrix run: | - echo "matrix=($(git diff --name-only -r origin/${{ github.base_ref || github.event.inputs.base }} origin/${{ github.head_ref || github.event.inputs.head }} | grep databases/))" + echo "matrix=$(git diff --name-only -r origin/${{ github.base_ref || github.event.inputs.base }} origin/${{ github.head_ref || github.event.inputs.head }} | grep databases/)" >> $GITHUB_OUTPUT # - name: Get changed files with git diff and send to fts3-connector