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 dd4fa78 commit 8bb996a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/call_fts3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bb996a

Please sign in to comment.