Var fixes

This commit is contained in:
2024-12-12 20:39:09 -05:00
parent 5b1b1e9d85
commit d4fe823d0a
@@ -19,7 +19,7 @@ jobs:
id: list-prs
uses: prasiman/gocurl@v1
with:
url: ${{ vars.RINOA_GITEA_API }}/api/v1/repos/${{ github.repository }}/pulls
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
params: '{ "state": "closed" }'
method: "GET"
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'