From 8bb996af58f061b0c45487c993bea7664d2be513 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 21 Sep 2023 11:41:04 +0200 Subject: [PATCH] Update call_fts3.yml --- .github/workflows/call_fts3.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/call_fts3.yml b/.github/workflows/call_fts3.yml index ee9501f..10a204f 100644 --- a/.github/workflows/call_fts3.yml +++ b/.github/workflows/call_fts3.yml @@ -38,17 +38,17 @@ jobs: with: fetch-depth: 0 - - uses: nrwl/nx-set-shas@v3 - id: last_successful_commit_push - with: - main-branch-name: ${{ github.base_ref || github.event.inputs.base }} - workflow-id: 'test.yml' + + + - name: Base SHA + id: base-sha + run: echo "sha=$(git rev-parse origin/${{ github.base_ref || github.event.inputs.base }})" >> $GITHUB_OUTPUT - name: Run changed-files with the commit of the last successful test workflow run id: changed-files-base-sha-push uses: tj-actions/changed-files@v39 with: - base_sha: ${{ steps.last_successful_commit_push.outputs.base }} + base_sha: "${{ steps.base-sha.outputs.sha }}" files: | databases/*.json files_ignore: databases/database_schema.json