json-utils tweaking... (sleep cometh soon)

This commit is contained in:
2024-12-16 22:43:35 -05:00
parent 45e732b547
commit 797aa54489
@@ -26,7 +26,7 @@ jobs:
with:
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls/main/${{ github.ref_name }}
method: "GET"
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" , "Accept": "application/json" }'
accept: 200,201,204,404
log-response: true