chore: fix paths in ingest-test-fixtures-update-pr.yml (#1815)

Reference:
https://github.com/marketplace/actions/create-pull-request#add-specific-paths
This commit is contained in:
cragwolfe 2023-10-20 09:49:02 -07:00 committed by GitHub
parent 63861f537e
commit 1b90028501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GH_CREATE_PR_TOKEN }}
add-paths:
add-paths: |
test_unstructured_ingest/expected-structured-output
test_unstructured_ingest/metrics
commit-message: "Update ingest test fixtures"