mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
mess with naming a bit
This commit is contained in:
parent
323aae7858
commit
168a2ef63a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-submodules.yml
vendored
6
.github/workflows/update-submodules.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue