From 89f27371a7164206a2dc6adb8555056ef9282660 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 21 Sep 2023 13:48:17 +0200 Subject: [PATCH] Update call_fts3.yml --- .github/workflows/call_fts3.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/call_fts3.yml b/.github/workflows/call_fts3.yml index 66b58f8..a74f146 100644 --- a/.github/workflows/call_fts3.yml +++ b/.github/workflows/call_fts3.yml @@ -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