diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19c355a..dd0a9a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: echo "A huge thanks to all and colaborators who have contributed on GitHub!" echo {{range .}} - echo "## Contributors [{{.full_name}}]({{.html_url}})" + echo "## Contributors to [{{.full_name}}]({{.html_url}})" echo gh api '/repos/{{.full_name}}/contributors' --jq '.[].login' | sort -u | xargs -ILOGIN gh api '/users/LOGIN' --jq "${JQ_QUERY}" echo