From c9e97924b395f209ce0dfc9a23c953eb7d99aec5 Mon Sep 17 00:00:00 2001 From: Juan Ku Quintana Date: Fri, 20 Mar 2026 08:57:55 -0600 Subject: [PATCH] Fix fixture sync path --- .github/workflows/sync-test-fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-test-fixtures.yml b/.github/workflows/sync-test-fixtures.yml index 1abf2ba..979f4ae 100644 --- a/.github/workflows/sync-test-fixtures.yml +++ b/.github/workflows/sync-test-fixtures.yml @@ -23,7 +23,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: sign-commits: true - add-paths: test/fixtures.http + add-paths: tests/fixtures/v2/ commit-message: "chore: sync test fixtures as of ${{ steps.sync.outputs.now }}" branch: "chore/sync-fixtures-${{ github.run_id }}" title: "chore: Sync fixtures as of ${{ steps.sync.outputs.now }}"