ref fix L51.

This commit is contained in:
2024-12-16 21:57:19 -05:00
parent 65d72d10c2
commit f56cf9bf6c
@@ -19,10 +19,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: URL check
run: |
echo "URL: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls/${{ github.base_ref }}/${{ github.ref_name }}"
# Step 1: Check for an existing PR
- name: Check if PR Exists
id: check-pr
@@ -52,7 +48,7 @@ jobs:
id: parse-pr
uses: yakubique/json-utils@v1.8
with:
input: ${{ steps.preprocess-response.outputs.response_json }}
input: ${{ steps.extract-json.outputs.response_json }}
action: "get"
key: "status"