Skip to content

Commit 5ed0bb8

Browse files
committed
feat: action yaml 파일 수정 (완료한 이슈 링크 기능 추가)
1 parent 20ccb6b commit 5ed0bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/print_tree.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
3535
-H "Accept: application/vnd.github.v3+json" \
3636
"https://api.github.com/repos/${{ github.repository }}/issues?state=closed" \
37-
| jq -r '.[] | .title' | sed 's/^/- /' >> README.md
37+
| jq -r '.[] | "- [\(.title)](https://github.com/${{ github.repository }}/issues/\(.number))"' >> README.md
3838
3939
# My articles
4040
echo "### Index" >> README.md

0 commit comments

Comments
 (0)