From 168a2ef63a1b8946786371c7480c4ea5c2de82dc Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:49:33 +0100 Subject: [PATCH] mess with naming a bit --- .github/workflows/update-submodules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index b32272395..3d405ae5d 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -1,4 +1,4 @@ -name: Submodule daily check +name: Check for FFXIVCS changes on: schedule: - cron: "0 0 */1 * *" @@ -6,7 +6,7 @@ on: jobs: check: - name: Submodule check + name: FFXIVCS Check runs-on: ubuntu-latest strategy: matrix: @@ -43,4 +43,4 @@ jobs: - name: Create PR run: | echo ${{ secrets.PAT }} | gh auth login --with-token - gh pr create --head csupdate-${{ matrix.branches }} --title "Update ClientStructs" --body "" --base ${{ matrix.branches }} + gh pr create --head csupdate-${{ matrix.branches }} --title "[${{ matrix.branches }}] Update ClientStructs" --body "" --base ${{ matrix.branches }}