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 }}"