From c63a5f6af2d40a1f999821e5f0d41d4f25dc65d2 Mon Sep 17 00:00:00 2001 From: Ben McLean Date: Fri, 7 Jun 2024 22:48:16 +1000 Subject: [PATCH] Fix name --- .github/workflows/update-types.pkl | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-types.pkl b/.github/workflows/update-types.pkl index 8648e32..147b8e8 100644 --- a/.github/workflows/update-types.pkl +++ b/.github/workflows/update-types.pkl @@ -65,7 +65,7 @@ jobs = new Mapping { uses = "peter-evans/create-pull-request@v6" with = new Mapping { ["branch"] = "update-types/feature/update-types-${{ steps.date.outputs.date }}" - ["name"] = "Update types from source" + ["title"] = "Update types from source" } } } diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 65a726b..84331c5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -35,4 +35,4 @@ jobs: uses: peter-evans/create-pull-request@v6 with: branch: update-types/feature/update-types-${{ steps.date.outputs.date }} - name: Update types from source + title: Update types from source