mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
squishy squashy
This commit is contained in:
parent
15f13f472c
commit
cfbc629684
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
echo "SUBMIT_PR=false" >> "$GITHUB_OUTPUT"
|
echo "SUBMIT_PR=false" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
if: steps.update-submodule.outputs.SUBMIT_PR == "true"
|
if: ${{ steps.update-submodule.outputs.SUBMIT_PR == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.UPDATE_PAT }} | gh auth login --with-token
|
echo ${{ secrets.UPDATE_PAT }} | gh auth login --with-token
|
||||||
prNumber=$(gh pr list --base ${{ matrix.branches }} --head ${{ matrix.submodule.branch-prefix }}-${{ matrix.branches }} --state open --json number --template "{{range .}}{{.number}}{{end}}")
|
prNumber=$(gh pr list --base ${{ matrix.branches }} --head ${{ matrix.submodule.branch-prefix }}-${{ matrix.branches }} --state open --json number --template "{{range .}}{{.number}}{{end}}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue