Var fixes
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
id: list-prs
|
id: list-prs
|
||||||
uses: prasiman/gocurl@v1
|
uses: prasiman/gocurl@v1
|
||||||
with:
|
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" }'
|
params: '{ "state": "closed" }'
|
||||||
method: "GET"
|
method: "GET"
|
||||||
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
||||||
|
|||||||
Reference in New Issue
Block a user