Testing json-utils get action #2

This commit is contained in:
2024-12-13 06:44:33 -05:00
parent ee6caff5eb
commit e24e3b38f9
@@ -16,7 +16,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: List PRs
id: list-prs
id: listprs
uses: prasiman/gocurl@v1
with:
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
@@ -25,10 +25,9 @@ jobs:
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
log-response: true
- name: Parse Response
id: parse-response
uses: yakubique/json-utils@v1.8
with:
input: ${{ steps.list-prs.outputs.response }}
input: ${{ steps.listprs.outputs.response }}
action: "get"
key: "data"
# - name: Create Pull Request