Tweaking PR list action.
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
|||||||
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
||||||
id: list-prs
|
id: list-prs
|
||||||
|
|
||||||
|
- name: List PRs
|
||||||
|
run: |
|
||||||
|
echo "PR count: ${{ steps.list-prs.outputs.json }}"
|
||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
if: steps.list-prs.outputs.pr-count == 0
|
if: steps.list-prs.outputs.pr-count == 0
|
||||||
uses: arifer612/Gitea-PR-action@v1.2.0
|
uses: arifer612/Gitea-PR-action@v1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user