From 52b8b6ffa4e44c8bcdd2a5741bf2ebd0b8d9f598 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 4 Sep 2023 12:34:20 +0100 Subject: [PATCH] Correct commit --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fa90526c3..ab868831f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -53,7 +53,7 @@ jobs: id: changed_json_files shell: bash run: | - cjf=`python3 ${{ github.workspace }}/deploy/_filter_files.py json ${{ steps.changed_files.outputs.changed_files }}` + cjf=`python3 ${{ github.workspace }}/deploy/_filter_fi6py json ${{ steps.changed_files.outputs.changed_files }}` echo "Changed json files: $cjf" echo "changed_json_files=$cjf" >> "$GITHUB_OUTPUT"&&echo "Set." - name: Get test value