diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index 7fe7b12a..f859173e 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -34,9 +34,8 @@ jobs: id: parse-pr uses: yakubique/json-utils@v1.8 with: - input: ${{ steps.check-pr.outputs.response }} - action: "get" - key: "status" + input: ${{ steps.check-pr.outputs.response.status }} + action: "none" # Step 2: Create PR if none exists # - name: Create PR in Gitea