Testing again with gocurl.

This commit is contained in:
2024-12-13 06:32:32 -05:00
parent d2a5ab8638
commit c67f2b4dd1
@@ -20,6 +20,7 @@ jobs:
uses: prasiman/gocurl@v1
with:
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
params: '{ "state": "open" }'
method: "GET"
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
log-response: true