Skip to content

Commit

Permalink
let’s try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Jan 29, 2025
1 parent af88c49 commit 8a24f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Merge
name: "🚀 Release on merge"

on:
pull_request:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
CURL_OUTPUT=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository }}/pulls/${PR_NUMBER})
echo "CURL Output: $CURL_OUTPUT"
PR_DESCRIPTION=$("$CURL_OUTPUT" | jq --raw-output .body)
PR_DESCRIPTION=$(jq --raw-output .body <<< "$CURL_OUTPUT")
echo "PR Description: $PR_DESCRIPTION"
echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_notes.md"
Expand Down

0 comments on commit 8a24f8f

Please sign in to comment.