From 6da72323c5d0efac83b206fe4a8bde1487179fd2 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 26 Apr 2024 01:52:01 +0200 Subject: [PATCH] fixed a typo making github actions unable to recognise the new action --- .github/workflows/update-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 0b9202c7a..6cf67de9c 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -42,7 +42,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: commit-message: Synced the data with upstream - title: [data-update] Synced the data with upstream datasources + title: "[data-update] Synced the data with upstream datasources" body: | - Updated the data with upstream sources - Auto-generated by [create-pull-request][1] @@ -51,4 +51,4 @@ jobs: assignees: CommanderStorm reviewers: CommanderStorm branch: chore/data-update - delete-branch: true \ No newline at end of file + delete-branch: true