Skip to content

Commit

Permalink
fix: improper string parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon committed Dec 20, 2024
1 parent ac5d126 commit ceee51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
id: check_additions
run: |
# Store response data in variable
response='${{ steps.pr_details.outputs.data }}'
response="${{ steps.pr_details.outputs.data }}"
# Parse additions from response
total_additions=$(echo "$response" | jq -r '.additions')
echo "Found total additions: $total_additions"
Expand Down

0 comments on commit ceee51e

Please sign in to comment.