ci is a lie

This commit is contained in:
KazWolfe 2025-09-29 14:30:19 -07:00 committed by GitHub
parent 4c64249e97
commit 15f13f472c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ jobs:
echo "SUBMIT_PR=false" >> "$GITHUB_OUTPUT"
fi
- name: Create PR
if: ${{ steps.update-submodule.outputs.SUBMIT_PR == "true" }}
if: steps.update-submodule.outputs.SUBMIT_PR == "true"
run: |
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}}")