Skip to content

Commit ad9543a

Browse files
committed
feat: add script to automatically update README badges with dynamic repository info
1 parent 59e3a10 commit ad9543a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/update-readme-badges.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -Eeuo pipefail
3+
set -x # Enable command tracing for debugging
34
IFS=$'\n\t'
45

56
README_FILE="README.md"

0 commit comments

Comments
 (0)