Skip to content

Commit

Permalink
Use @ instead of at sign
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
  • Loading branch information
norwd authored Jan 5, 2025
1 parent c67bfc4 commit 67fdf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: gh api "${ENDPOINT}" --template "${TEMPLATE}" | sh | tee humans.md
env:
ENDPOINT: '/orgs/${{ github.repository_owner }}/repos'
JQ_QUERY: '"- " + (.name // .login) + " aka [@" + .login + "](" + .html_url + ")"'
JQ_QUERY: '"- " + (.name // .login) + " aka [&commat;" + .login + "](" + .html_url + ")"'
TEMPLATE: |
echo "# Humans to Thank"
echo
Expand Down

0 comments on commit 67fdf64

Please sign in to comment.