From 9fdd5d91c0b2390e7dd2ebdf11e0c38e704871bd Mon Sep 17 00:00:00 2001 From: kashamalasha Date: Fri, 11 Aug 2023 20:29:33 +0200 Subject: [PATCH] Postaction --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc0b02..a3bb53d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: | decoded_json=$(echo -e "${{ steps.releases_data.outputs.release_data }}") # Convert the JSON output back to the original format using jq - formatted_json=$(echo "$decoded_json" | jq .) + formatted_json=$(echo "$decoded_json" | jq 'fromjson') # Print the formatted JSON echo "$formatted_json"