We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd654b7 commit 568e52bCopy full SHA for 568e52b
.github/workflows/export_badges_public.yml
@@ -94,7 +94,7 @@ jobs:
94
95
echo "Cloning devel branch of $repo..."
96
if ! git clone --depth 1 --branch devel https://github.com/$repo.git tmp_precheck; then
97
- echo "❌ Failed to clone devel branch of $repo"
+ echo "Failed to clone devel branch of $repo"
98
exit 1
99
fi
100
if [ -f tmp_precheck/.pre-commit-config.yaml ]; then
0 commit comments