diff --git a/.gitea/workflows/branch-sonarscan-pr-merge.yml b/.gitea/workflows/branch-sonarscan-pr-merge.yml index 5eace7e5..59bd58d6 100644 --- a/.gitea/workflows/branch-sonarscan-pr-merge.yml +++ b/.gitea/workflows/branch-sonarscan-pr-merge.yml @@ -39,7 +39,12 @@ jobs: uses: yakubique/json-utils@v1.8 with: input: '${{ toJSON(steps.check-pr.outputs.response) }}' - action: "none" + action: "get" + key: "status" + + - name: View output from json-utils + run: | + echo '${{ steps.parse-pr.outputs.status }}' # Step 2: Create PR if none exists # - name: Create PR in Gitea