From a1df20e448ca0b38d2d9868e61436c3d9633264b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 1 Feb 2025 16:45:41 -0500 Subject: [PATCH] make action rely on gitea CPR Signed-off-by: ahuston-0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f9c01eb..287bccc 100644 --- a/action.yml +++ b/action.yml @@ -210,7 +210,7 @@ runs: run: rm -f pr_body.txt pr_body.template - name: 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: base: ${{ inputs.base }} branch: ${{ inputs.branch }}