Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent 9fdd5d9 commit a755671
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ jobs:
- name: Read the output
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 'fromjson')
# Print the formatted JSON
echo "$formatted_json"
echo "${{ steps.releases_data.outputs.release_data }}"
# - name: Filter requested data
Expand Down

0 comments on commit a755671

Please sign in to comment.