make action rely on gitea CPR
Some checks failed
CI / validate (push) Successful in 6s
CI / typescript-action (push) Failing after 3m11s
Rebase Upstream / sync (push) Failing after 21s
update-flake-lock / lockfile (push) Failing after 2m45s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2025-02-01 16:45:41 -05:00
parent 74d7f019a7
commit a1df20e448
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -210,7 +210,7 @@ runs:
run: rm -f pr_body.txt pr_body.template run: rm -f pr_body.txt pr_body.template
- name: Create PR - name: Create PR
id: create-pr id: create-pr
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 uses: https://nayeonie.com/ahuston-0/create-pull-request@6b3a86bf8bfe10eb458b00968a8fefe2f5f5a6c1 # v6.0.5
with: with:
base: ${{ inputs.base }} base: ${{ inputs.base }}
branch: ${{ inputs.branch }} branch: ${{ inputs.branch }}