Skip to content

Commit

Permalink
Mock #7
Browse files Browse the repository at this point in the history
  • Loading branch information
WriteNaN authored Apr 3, 2024
1 parent 6f6035f commit 7be4a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
${{ github.api_url }}/repos/${{ github.repository }}/pulls/${{ github.event.number }} \
| jq -r '.body')
echo "Pull Request Body: $BODY" # Debug message
echo "Pull Request Body: $BODY" # Debug
echo "BODY=$BODY" >> $GITHUB_ENV
- name: Extract Version and Changes
Expand Down

0 comments on commit 7be4a6f

Please sign in to comment.