Testing again with gocurl.

This commit is contained in:
2024-12-13 06:09:45 -05:00
parent d4fe823d0a
commit e9860eefbd
@@ -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