Updated create PR logic.

This commit is contained in:
2025-01-08 16:36:53 -05:00
parent 0c825d3234
commit 1dc4723a2e
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
pr_state=$(echo ${pr_check} | jq -r '.state')
- name: Create PR
if: steps.list-prs.outputs.pr_state == null
if: steps.list-prs-action.outputs.pullRequestNumbers == ''
uses: arifer612/Gitea-PR-action@v1.2.0
with:
url: ${{ gitea.server_url }}