mess with naming a bit

This commit is contained in:
goat 2023-01-10 22:49:33 +01:00 committed by GitHub
parent 323aae7858
commit 168a2ef63a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Submodule daily check name: Check for FFXIVCS changes
on: on:
schedule: schedule:
- cron: "0 0 */1 * *" - cron: "0 0 */1 * *"
@ -6,7 +6,7 @@ on:
jobs: jobs:
check: check:
name: Submodule check name: FFXIVCS Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@ -43,4 +43,4 @@ jobs:
- name: Create PR - name: Create PR
run: | run: |
echo ${{ secrets.PAT }} | gh auth login --with-token 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 }}