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