Testing again with gocurl.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: prasiman/gocurl@v1
|
uses: prasiman/gocurl@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
|
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
|
||||||
params: '{ "state": "closed" }'
|
params: '{ "state": "all" }'
|
||||||
method: "GET"
|
method: "GET"
|
||||||
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
||||||
log-response: true
|
log-response: true
|
||||||
|
|||||||
Reference in New Issue
Block a user