We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ccb6b commit 5ed0bb8Copy full SHA for 5ed0bb8
1 file changed
.github/workflows/print_tree.yaml
@@ -34,7 +34,7 @@ jobs:
34
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
35
-H "Accept: application/vnd.github.v3+json" \
36
"https://api.github.com/repos/${{ github.repository }}/issues?state=closed" \
37
- | jq -r '.[] | .title' | sed 's/^/- /' >> README.md
+ | jq -r '.[] | "- [\(.title)](https://github.com/${{ github.repository }}/issues/\(.number))"' >> README.md
38
39
# My articles
40
echo "### Index" >> README.md
0 commit comments