Updated create PR logic.
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
pr_state=$(echo ${pr_check} | jq -r '.state')
|
pr_state=$(echo ${pr_check} | jq -r '.state')
|
||||||
|
|
||||||
- name: Create PR
|
- 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
|
uses: arifer612/Gitea-PR-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
url: ${{ gitea.server_url }}
|
url: ${{ gitea.server_url }}
|
||||||
|
|||||||
Reference in New Issue
Block a user