Testing list PR action still.
This commit is contained in:
@@ -15,9 +15,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Check if Pull Request Exists
|
||||
id: check-pr
|
||||
uses: vicamo/gitea-list-pull-requests@v1
|
||||
- name: List PRs
|
||||
id: list-prs
|
||||
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
||||
with:
|
||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
server_url: https://git.trez.wtf
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
id: parse-response
|
||||
uses: yakubique/json-utils@v1.8
|
||||
with:
|
||||
input: "${{ steps.check-pr.outputs.json }}"
|
||||
input: "${{ steps.list-prs.outputs.json }}"
|
||||
action: "none"
|
||||
# - name: Create Pull Request
|
||||
# if:
|
||||
|
||||
Reference in New Issue
Block a user