ref fix L51.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user