fix: Update create-pull-request action
Some checks failed
CI / typescript-action (push) Failing after 2m17s
CI / validate (push) Successful in 10s

It should now work with Gitea and Forgejo
This commit is contained in:
Jiří Štefka 2024-12-13 14:01:18 +01:00
parent 0ba1118664
commit 4d79bf7c80
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -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: peter-evans/create-pull-request@v7
with:
base: ${{ inputs.base }}
branch: ${{ inputs.branch }}