From 0c10fc7b19ba1b5febacea3517dfe16ba3a2e69a Mon Sep 17 00:00:00 2001 From: "Jeffrey N. Johnson" Date: Thu, 23 May 2024 14:52:18 -0700 Subject: [PATCH] Setting some more fields in the action. --- .github/workflows/on_schema_update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/on_schema_update.yaml b/.github/workflows/on_schema_update.yaml index 2494a53..099b7c7 100644 --- a/.github/workflows/on_schema_update.yaml +++ b/.github/workflows/on_schema_update.yaml @@ -59,4 +59,7 @@ jobs: if: steps.metadata-schema-changes.outputs.any_changed == 'true' uses: peter-evans/create-pull-request@v6 with: + branch: credit-metadata-schema-update + path: dts + title: Update to Credit Engine metadata schema token: ${{ secrets.GHCR_TOKEN }}