We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e3a10 commit ad9543aCopy full SHA for ad9543a
.github/scripts/update-readme-badges.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -Eeuo pipefail
3
+set -x # Enable command tracing for debugging
4
IFS=$'\n\t'
5
6
README_FILE="README.md"
0 commit comments