mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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:
|
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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue