Removing filter params for now.
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
||||
uses: prasiman/gocurl@v1
|
||||
with:
|
||||
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
|
||||
params: '{ "state": "all" }'
|
||||
method: "GET"
|
||||
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
||||
log-response: true
|
||||
@@ -28,7 +27,7 @@ jobs:
|
||||
id: parse-response
|
||||
uses: yakubique/json-utils@v1.8
|
||||
with:
|
||||
input: "${{ steps.list-prs.outputs.response }}"
|
||||
input: "${{ steps.list-prs.outputs.response.data }}"
|
||||
action: "none"
|
||||
# - name: Create Pull Request
|
||||
# if:
|
||||
|
||||
Reference in New Issue
Block a user