Skip to content

Commit

Permalink
testing in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca authored Nov 10, 2023
1 parent 341c0f3 commit 1194285
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/card.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -eou pipefail

printf '### %s *%s*\n' "$1" "$2"
printf '### %s' "$1"
printf ' [⭐️](https://github.com/%s/stargazers) %s' "$3" "$(./build/number.sh $4)"
printf ' [🚀](https://github.com/%s/network/members) %s' "$3" "$(./build/number.sh $5)"
printf ' [💥](https://github.com/%s/issues) %s' "$3" "$(./build/number.sh $6)"
printf ' 🪪 %s\n\n\n' "$7"
printf ' 🪪 %s\n' "$7"
printf '*%s*\n\n' "$2"

0 comments on commit 1194285

Please sign in to comment.