Skip to content

Commit

Permalink
test git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent ce5e888 commit 037b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
PRS=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/${{ github.repository }}/pulls?state=closed" | \
jq '.[] | select(.merged_at != null) | "- [${.title}](${.html_url})"')
jq -r '.[] | select(.merged_at != null) | "- [\(.title)](\(.html_url))"')
echo "::set-output name=pr_list::$PRS"
- name: Generate Release Notes
Expand Down

0 comments on commit 037b368

Please sign in to comment.