ref fix L51.
This commit is contained in:
@@ -19,10 +19,6 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
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
|
# Step 1: Check for an existing PR
|
||||||
- name: Check if PR Exists
|
- name: Check if PR Exists
|
||||||
id: check-pr
|
id: check-pr
|
||||||
@@ -52,7 +48,7 @@ jobs:
|
|||||||
id: parse-pr
|
id: parse-pr
|
||||||
uses: yakubique/json-utils@v1.8
|
uses: yakubique/json-utils@v1.8
|
||||||
with:
|
with:
|
||||||
input: ${{ steps.preprocess-response.outputs.response_json }}
|
input: ${{ steps.extract-json.outputs.response_json }}
|
||||||
action: "get"
|
action: "get"
|
||||||
key: "status"
|
key: "status"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user